This commit is contained in:
parent
bbf31dfe6a
commit
6fd30fcd96
|
@ -12,6 +12,13 @@ allprojects {
|
|||
testImplementation global_libs.junit
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType(JavaExec).configureEach {
|
||||
if (name.endsWith("main()")) {
|
||||
// https://github.com/gradle/gradle/issues/21364
|
||||
notCompatibleWithConfigurationCache("JavaExec created by IntelliJ")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tasks.named('wrapper') {
|
||||
|
|
Loading…
Reference in New Issue