diff options
author | modmuss50 <modmuss50@gmail.com> | 2021-08-17 18:49:09 +0100 |
---|---|---|
committer | modmuss50 <modmuss50@gmail.com> | 2021-08-17 18:49:09 +0100 |
commit | 27c0acc531f739c84108c758115af77c9c3a2a33 (patch) | |
tree | bafc06ed44c817334eb80bd80beae097be4f8106 /build.gradle | |
parent | d27b836caeff1d3102a398294e2ae39383fc721b (diff) |
Update Gradle, Loom, Yarn, Fabric
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index f807b77..c5c7aa8 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.8-SNAPSHOT' + id 'fabric-loom' version '0.9-SNAPSHOT' id 'maven-publish' } |