diff options
author | modmuss50 <[email protected]> | 2019-08-02 15:07:32 +0100 |
---|---|---|
committer | keuin <[email protected]> | 2020-04-23 00:20:29 +0800 |
commit | 43ba1e6298fb773fc8172dd064411d9f1a5460e5 (patch) | |
tree | e184c05a900dfee4f952c7bfc1ffd3e955336b6e /build.gradle | |
parent | 9068fc971da6da9124b738a686ed117a6db78b31 (diff) |
Update loom + dependencies
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index d2adc6d..8542e88 100644 --- a/build.gradle +++ b/build.gradle @@ -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) { |