Commit 74dca102 by Jonathan Thomas

Fixing gradle build error #2

parent 136837b5
Pipeline #12445 passed with stage
in 1 minute 48 seconds
......@@ -47,7 +47,7 @@ build_mod:
cat src/main/resources/fabric.mod.json
echo ""
./gradlew build
./gradlew build -x test
find build/libs -type f -name '*sources*.jar' -exec rm {} \;
mv build/libs/creaturechat-*.jar .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment