Migrate to Gradle 8.7
This commit is contained in:
parent
ff0d76a6d3
commit
255740ca5a
17 changed files with 103 additions and 75 deletions
|
|
@ -5,8 +5,8 @@
|
|||
buildscript {
|
||||
configurations.all {
|
||||
resolutionStrategy {
|
||||
force("org.ow2.asm:asm:9.3")
|
||||
force("org.ow2.asm:asm-commons:9.3")
|
||||
force("org.ow2.asm:asm:9.5")
|
||||
force("org.ow2.asm:asm-commons:9.5")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue