diff options
author | Keuin <[email protected]> | 2024-01-20 02:22:09 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2024-01-20 02:38:32 +0800 |
commit | 5f59fa90caae0e65b19282beae6d1432255e1c18 (patch) | |
tree | 6c9e7eff6ed810813adc48f2075bb0ce2eb0de37 /build.gradle | |
parent | 381843f39f6e896e153cff75b6d16f4481ed2495 (diff) |
mc 1.16.4
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index 67b3e86..e9b4207 100644 --- a/build.gradle +++ b/build.gradle @@ -1,10 +1,10 @@ plugins { - id 'fabric-loom' version '1.0-SNAPSHOT' + id 'fabric-loom' version '1.5-SNAPSHOT' id 'maven-publish' } -sourceCompatibility = JavaVersion.VERSION_1_8 -targetCompatibility = JavaVersion.VERSION_1_8 +sourceCompatibility = JavaVersion.VERSION_16 +targetCompatibility = JavaVersion.VERSION_16 archivesBaseName = project.archives_base_name version = project.mod_version + "_mc" + project.minecraft_version |