progress
This commit is contained in:
parent
4b8427bda3
commit
c33a04f7a0
|
@ -9,10 +9,8 @@ apply from: '../../java_tools/dependencies.gradle'
|
|||
defaultTasks 'shadowJar'
|
||||
|
||||
dependencies {
|
||||
implementation project(':logging')
|
||||
api project(':config_definition_base')
|
||||
implementation project(':models')
|
||||
implementation project(':enum_to_string')
|
||||
antlr global_libs.antlr
|
||||
}
|
||||
|
||||
|
|
|
@ -1,14 +1,11 @@
|
|||
plugins {
|
||||
id 'java-library'
|
||||
id 'antlr'
|
||||
}
|
||||
|
||||
apply from: '../../java_tools/dependencies.gradle'
|
||||
|
||||
dependencies {
|
||||
implementation project(':logging')
|
||||
api project(':inifile')
|
||||
api global_libs.snakeyaml
|
||||
implementation project(':enum_to_string')
|
||||
antlr global_libs.antlr
|
||||
api project(':enum_to_string')
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue