It turned out that most projects needed at least two of the utils projects. file-utils and byte-utils had only one class. Merging them made sense.
13 lines
299 B
Groovy
13 lines
299 B
Groovy
|
|
dependencies {
|
|
implementation project(':performanceDb')
|
|
implementation project(':pdb-utils')
|
|
implementation lib_primitive_collections
|
|
implementation lib_jackson_databind
|
|
implementation lib_commons_lang3
|
|
|
|
implementation lib_log4j2_core
|
|
implementation lib_log4j2_slf4j_impl
|
|
}
|
|
|