We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1caab96 commit ff2be87Copy full SHA for ff2be87
2 files changed
build.sh
@@ -2,9 +2,10 @@
2
3
cd "$(dirname "$0")"
4
5
-rm fabric/build/libs/* forge/build/libs/*
+rm -rf fabric/build/libs/* forge/build/libs/*
6
# rm -rf output
7
8
+export JAVA_HOME=$(/usr/libexec/java_home -v 17)
9
./gradlew --daemon build
10
11
mkdir output
gradle.properties
@@ -3,7 +3,7 @@
# Every field you add must be added to the root build.gradle expandProps map.
# Project
-version=1.0.1
+version=1.0.2
group=com.github.litermc.miss
# Common
0 commit comments