Skip to content

Releasing a New Version

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.

Update the website using the instructions here.

Clone this wiki locally