Skip to content

Commit

Permalink
[Gradle] Upgrade ASM dependency to the latest version to build on JDK…
Browse files Browse the repository at this point in the history
… 21.
  • Loading branch information
vyazelenko committed Apr 18, 2023
1 parent 8d50a5e commit 3cbb6f4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ import java.nio.file.Files
import java.nio.file.StandardOpenOption
import java.security.MessageDigest

buildscript {
repositories {
gradlePluginPortal()
mavenCentral()
}
dependencies {
classpath 'org.ow2.asm:asm:9.5'
classpath 'org.ow2.asm:asm-commons:9.5'
}
}

plugins {
id 'java-library'
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
Expand Down

0 comments on commit 3cbb6f4

Please sign in to comment.