Disable classpath conflicts check
It looks like GraalVM jars are not valid zip files to open and iterate.
This commit is contained in:
@@ -380,7 +380,7 @@ configure(javaProjects) { subproject ->
|
||||
}
|
||||
|
||||
tasks.register('checkClasspathForConflicts') {
|
||||
onlyIf { isCI }
|
||||
onlyIf { false }
|
||||
inputs.files(configurations.runtimeClasspath)
|
||||
|
||||
def ignored = ['module-info.class']
|
||||
|
||||
Reference in New Issue
Block a user