fixed JPMS bug
This commit is contained in:
@@ -33,7 +33,6 @@ allprojects {
|
||||
dependencies {
|
||||
add("testImplementation", create(group: "org.junit.jupiter", name:"junit-jupiter-api", version: project["version.junitJupiter"]))
|
||||
add("testRuntimeOnly", create(group: "org.junit.jupiter", name: "junit-jupiter-engine", version: project["version.junitJupiter"]))
|
||||
add("testImplementation", gradleTestKit())
|
||||
}
|
||||
|
||||
tasks.named(JavaPlugin.COMPILE_JAVA_TASK_NAME, JavaCompile) {
|
||||
@@ -63,6 +62,8 @@ configurations {
|
||||
dependencies {
|
||||
tar project(path: "launcher", configuration: 'tar')
|
||||
embedded project(path: "common", configuration: "archives")
|
||||
|
||||
testImplementation gradleTestKit()
|
||||
}
|
||||
|
||||
tasks.named('processResources', ProcessResources) {
|
||||
|
Reference in New Issue
Block a user