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 ae4b5c9 commit 7f63af4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
buildscript {
repositories {
gradlePluginPortal()
mavenCentral()
}
dependencies {
classpath 'org.ow2.asm:asm:9.5'
classpath 'org.ow2.asm:asm-commons:9.5'
}
}

plugins {
id 'java-library'
Expand Down

0 comments on commit 7f63af4

Please sign in to comment.