Using api and implementation instead of the deprecated compile configuration. Update to Gradle 6.0.
4 lines
55 B
Groovy
4 lines
55 B
Groovy
dependencies {
|
|
implementation lib_log4j2_slf4j_impl
|
|
}
|