File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - name : Setup Java
2020 uses : actions/setup-java@v4
2121 with :
22- java-version : 17
22+ java-version : 21
2323 distribution : ' zulu'
2424 - name : Setup Python
2525 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 11import net.fabricmc.loom.api.LoomGradleExtensionAPI
2- import org.gradle.jvm.tasks.Jar
32import org.jetbrains.kotlin.konan.properties.loadProperties
43
54plugins {
@@ -96,9 +95,9 @@ allprojects {
9695 apply (plugin = " architectury-plugin" )
9796 apply (plugin = " maven-publish" )
9897
99- version = " mod_version" .prop
100- group = " mod_group" .prop
101- base.archivesName = " mod_id" .prop
98+ version = " mod_version" .prop!!
99+ group = " mod_group" .prop!!
100+ base.archivesName = " mod_id" .prop!!
102101
103102 tasks.withType<JavaCompile >().configureEach {
104103 options.encoding = " UTF-8"
You can’t perform that action at this time.
0 commit comments