diff options
| author | 2019-08-02 15:07:32 +0100 | |
|---|---|---|
| committer | 2019-08-02 15:07:32 +0100 | |
| commit | 47b5686c4f95f2e75403e8cf8f1156186ac8ab37 (patch) | |
| tree | e184c05a900dfee4f952c7bfc1ffd3e955336b6e /build.gradle | |
| parent | Fix #18 (#19) (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) { |
