начало рефакторинга
This commit is contained in:
4
protocol-new/build.gradle
Normal file
4
protocol-new/build.gradle
Normal file
@@ -0,0 +1,4 @@
|
||||
apply from: rootDir.toPath().resolve('logic.gradle').toFile()
|
||||
|
||||
dependencies {
|
||||
}
|
||||
2
protocol-new/gradle.properties
Normal file
2
protocol-new/gradle.properties
Normal file
@@ -0,0 +1,2 @@
|
||||
# suppress inspection "UnusedProperty" for whole file
|
||||
module.name=protocol
|
||||
@@ -10,5 +10,6 @@ rootProject.projectDir.toPath().resolve('gradle.properties').readLines().forEach
|
||||
|
||||
rootProject.name = map.get('project.name')
|
||||
|
||||
include('protocol')
|
||||
include('server')
|
||||
include('protocol-new')
|
||||
//include('protocol')
|
||||
//include('server')
|
||||
Reference in New Issue
Block a user