Archived
0

разделение mc.protocol и mc.server на подмодули

This commit is contained in:
2021-04-26 15:27:59 +03:00
parent 38091e8685
commit fcfcb16e6d
25 changed files with 58 additions and 29 deletions

View File

@@ -1,5 +1,6 @@
//file:noinspection GroovyAssignabilityCheck
//file:noinspection GrUnresolvedAccess
//file:noinspection GroovyConstructorNamedArguments
def slf4j_version = '1.7.30'
def logback_version = '1.2.3'
@@ -26,7 +27,11 @@ ext {
annotationProcessor: "com.google.dagger:dagger-compiler:${dagger2_version}"
]
libs.junit5 = [
libs.test = [
logger: "org.slf4j:slf4j-simple:${slf4j_version}"
]
libs.test.junit5 = [
api : "org.junit.jupiter:junit-jupiter-api:${junit_version}",
//runtime only
engine: "org.junit.jupiter:junit-jupiter-engine:${junit_version}",