update asm and mappings

This commit is contained in:
Jesse Boyd 2017-11-09 12:48:53 +11:00
parent b020e3ebe6
commit 8cc1f8de71
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F
3 changed files with 9 additions and 4 deletions

View File

@ -8,6 +8,11 @@ buildscript {
classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.3'
classpath 'org.ajoberstar:grgit:1.7.0'
}
configurations.all {
resolutionStrategy {
force 'org.ow2.asm:asm:6.0_BETA'
}
}
}
task setupCIWorkspace {

View File

@ -17,7 +17,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
dependencies {
compile project(':core')
compile 'org.spongepowered:spongeapi:3.1.0-SNAPSHOT'
compile 'org.spongepowered:spongeapi:6.0.0-SNAPSHOT'
compile 'com.sk89q.worldedit:worldedit-forge-mc1.8.9:6.1.1'
}
@ -39,8 +39,8 @@ repositories {
}
}
minecraft {
version = "1.12-14.21.1.2410"
mappings = "snapshot_20170713"
version = "1.12.2-14.23.0.2532"
mappings = "snapshot_20171108"
runDir = 'run'
}

View File

@ -56,7 +56,7 @@ dependencies {
minecraft {
version = "1.12"
mappings = "snapshot_20170713"
mappings = "snapshot_20171108"
runDir = 'run'
}