You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alexandre Henrique Afonso Campos edited this page Jan 13, 2020
·
1 revision
First make sure that ./gradlew build works.
Bump the version number in the root project build.gradle.kts.
Verify that all tests succeed by invoking ./gradlew check.
Build a release JAR with ./gradlew generateOfficialRelease.
This will generate a jar that can be used officially. Be aware that this command will invoke all build tests! Especially for the :scrambles project, this can take some ~15 minutes to finish.