Skip to content

Commit

Permalink
Disable classpath conflicts check
Browse files Browse the repository at this point in the history
It looks like GraalVM jars are not valid zip files to open and iterate.
  • Loading branch information
artembilan committed Dec 22, 2023
1 parent 643715f commit 61f2bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ configure(javaProjects) { subproject ->
}

tasks.register('checkClasspathForConflicts') {
onlyIf { isCI }
onlyIf { false }
inputs.files(configurations.runtimeClasspath)

def ignored = ['module-info.class']
Expand Down

0 comments on commit 61f2bc4

Please sign in to comment.