Update loom + dependencies

This commit is contained in:
modmuss50
2019-08-02 15:07:32 +01:00
parent 706e20caf6
commit 47b5686c4f
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.2.3-SNAPSHOT'
id 'fabric-loom' version '0.2.5-SNAPSHOT'
id 'maven-publish'
}
@ -63,7 +63,7 @@ publishing {
publications {
mavenJava(MavenPublication) {
// add all the jars that should be included when publishing to maven
artifact(jar) {
artifact(remapJar) {
builtBy remapJar
}
artifact(sourcesJar) {