Skip to content

Commit 3cbb6f4

Browse files
committed
[Gradle] Upgrade ASM dependency to the latest version to build on JDK 21.
1 parent 8d50a5e commit 3cbb6f4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

build.gradle

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ import java.nio.file.Files
1818
import java.nio.file.StandardOpenOption
1919
import java.security.MessageDigest
2020

21+
buildscript {
22+
repositories {
23+
gradlePluginPortal()
24+
mavenCentral()
25+
}
26+
dependencies {
27+
classpath 'org.ow2.asm:asm:9.5'
28+
classpath 'org.ow2.asm:asm-commons:9.5'
29+
}
30+
}
31+
2132
plugins {
2233
id 'java-library'
2334
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false

0 commit comments

Comments
 (0)