Skip to content

Commit 026ee6e

Browse files
committed
fail instead of exclude
1 parent e09d786 commit 026ee6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javaagent/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ tasks {
151151

152152
excludeNonBootstrapClasses()
153153

154-
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
154+
duplicatesStrategy = DuplicatesStrategy.FAIL
155155

156156
archiveFileName.set("bootstrapLibs.jar")
157157
}

0 commit comments

Comments
 (0)