Skip to content

Commit

Permalink
of course forge is different and clean build won't work if you have…
Browse files Browse the repository at this point in the history
… accesstransformer files.
  • Loading branch information
blackd committed Jan 29, 2023
1 parent 41621aa commit cb4e4bd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions do-local-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ python build_release_notes.py

cd ..

./gradlew --max-workers 32 clean build
./gradlew --max-workers 32 clean
./gradlew --max-workers 32 createMcpToSrg
./gradlew --max-workers 32 build

./gradlew --max-workers 1 clean build modrinth curseforge
./gradlew --max-workers 32 clean
./gradlew --max-workers 32 createMcpToSrg
./gradlew --max-workers 3 build modrinth curseforge


ls -la build/lib/
Expand Down

0 comments on commit cb4e4bd

Please sign in to comment.