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