aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorHKS-HNS <business@hks-hns.com>2024-07-24 22:02:21 +0200
committerHKS-HNS <business@hks-hns.com>2024-07-24 22:02:21 +0200
commita9b6f5db55405269ebf948fe031c31af2590c4de (patch)
tree4556614c2ed85f017b471c0aac85d0244d037584 /build.gradle
parent7719f7e902276874c2425091fd4f3fbc37ace3c8 (diff)
downloadgloppers-a9b6f5db55405269ebf948fe031c31af2590c4de.tar.gz
gloppers-a9b6f5db55405269ebf948fe031c31af2590c4de.tar.bz2
gloppers-a9b6f5db55405269ebf948fe031c31af2590c4de.zip
Updated to 1.21
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle
index 7445bac..5c9a3c3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,5 +1,5 @@
plugins {
- id "fabric-loom" version "1.2-SNAPSHOT"
+ id "fabric-loom" version "1.7-SNAPSHOT"
id "com.modrinth.minotaur" version "2.+"
}
@@ -29,14 +29,14 @@ processResources {
}
tasks.withType(JavaCompile).configureEach {
- it.options.release = 17
+ it.options.release = 21
}
java {
withSourcesJar()
- sourceCompatibility = JavaVersion.VERSION_17
- targetCompatibility = JavaVersion.VERSION_17
+ sourceCompatibility = JavaVersion.VERSION_21
+ targetCompatibility = JavaVersion.VERSION_21
}
jar {
@@ -51,6 +51,6 @@ modrinth {
projectId = "gloppers"
versionType = "release"
uploadFile = remapJar
- gameVersions = ["1.20.4"]
+ gameVersions = ["1.21"]
loaders = ["fabric", "quilt"]
}