Update dependencies (#1287)

* Update mappingpoet

Jd still builds without warning, should be good

Signed-off-by: liach <liach@users.noreply.github.com>

* Bump version for other things as well

* Rollback enigma (See FabricMC/Enigma#224)

Signed-off-by: liach <liach@users.noreply.github.com>

* Update enigma again, thanks juuxel

Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
This commit is contained in:
liach 2020-04-18 13:43:54 -05:00 committed by GitHub
parent 7180726b1f
commit eb3b023106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 9 deletions

View File

@ -7,18 +7,17 @@ buildscript {
}
}
dependencies {
classpath "cuchaz:enigma:0.15.153"
classpath "net.fabricmc:stitch:0.4.3.71"
classpath "cuchaz:enigma:0.15.1+build.164"
classpath "net.fabricmc:stitch:0.4.5+build.73"
classpath "commons-io:commons-io:2.6"
classpath "com.google.guava:guava:28.0-jre"
classpath 'de.undercouch:gradle-download-task:4.0.2'
classpath 'net.fabricmc:tiny-remapper:0.2.1.63'
classpath 'net.fabricmc:mappingpoet:0.1.0+build.1'
classpath 'de.undercouch:gradle-download-task:4.0.4'
classpath 'net.fabricmc:tiny-remapper:0.2.2.65'
classpath 'net.fabricmc:mappingpoet:0.1.0+build.2'
}
}
plugins {
id 'de.undercouch.download' version '3.4.3'
id 'de.undercouch.download' version '4.0.4'
id 'base'
id 'maven-publish'
id 'java' // for jd gen
@ -51,8 +50,8 @@ configurations {
}
dependencies {
enigmaRuntime "net.fabricmc:stitch:0.4.3.71"
enigmaRuntime "cuchaz:enigma:0.15.153"
enigmaRuntime "net.fabricmc:stitch:0.4.5+build.73"
enigmaRuntime "cuchaz:enigma:0.15.1+build.164"
javadocClasspath "net.fabricmc:fabric-loader:0.8.2+build.194"
javadocClasspath "com.google.code.findbugs:jsr305:3.0.2"
}