refactoring: swap modules
This commit is contained in:
@@ -24,7 +24,7 @@ application {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':cli-parser')
|
implementation project(':cli-parser')
|
||||||
implementation project(':protocol-new')
|
implementation project(':protocol')
|
||||||
|
|
||||||
implementation libs.logger.logback
|
implementation libs.logger.logback
|
||||||
implementation libs.hocon
|
implementation libs.hocon
|
||||||
@@ -11,8 +11,6 @@ rootProject.projectDir.toPath().resolve('gradle.properties').readLines().forEach
|
|||||||
rootProject.name = map.get('prj.name')
|
rootProject.name = map.get('prj.name')
|
||||||
|
|
||||||
include('utils')
|
include('utils')
|
||||||
include('protocol-new')
|
|
||||||
include('server-new')
|
|
||||||
include('cli-parser')
|
include('cli-parser')
|
||||||
//include('protocol')
|
include('protocol')
|
||||||
//include('server')
|
include('server')
|
||||||
|
|||||||
Reference in New Issue
Block a user