Update ASM and nightly gradle

dev/0.11
modmuss50 2021-06-30 22:33:17 +01:00
parent 7fba77d43a
commit bed2031f3b
2 changed files with 6 additions and 6 deletions

View File

@ -65,11 +65,11 @@ dependencies {
implementation ('com.google.code.gson:gson:2.8.6')
implementation ('com.fasterxml.jackson.core:jackson-databind:2.12.3')
implementation ('com.google.guava:guava:30.1-jre')
implementation ('org.ow2.asm:asm:9.1')
implementation ('org.ow2.asm:asm-analysis:9.1')
implementation ('org.ow2.asm:asm-commons:9.1')
implementation ('org.ow2.asm:asm-tree:9.1')
implementation ('org.ow2.asm:asm-util:9.1')
implementation ('org.ow2.asm:asm:9.2')
implementation ('org.ow2.asm:asm-analysis:9.2')
implementation ('org.ow2.asm:asm-commons:9.2')
implementation ('org.ow2.asm:asm-tree:9.2')
implementation ('org.ow2.asm:asm-util:9.2')
// game handling utils
implementation ('net.fabricmc:stitch:0.6.1') {

View File

@ -29,7 +29,7 @@ import org.gradle.testkit.runner.GradleRunner
trait ProjectTestTrait {
final static String DEFAULT_GRADLE = "7.0.1"
final static String PRE_RELEASE_GRADLE = "7.2-20210612220215+0000"
final static String PRE_RELEASE_GRADLE = "7.2-20210629235357+0000"
static File gradleHome = File.createTempDir()
File testProjectDir = File.createTempDir()