Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 373 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 373 Bytes

Updater

Automatically update the Cask definitions, GitHub Action workflows, and root README with new JDKs.

First, build the application:

$ cd updater
$ ./gradlew assemble

Next, run the application pointing it at the root folder of this repository.

$ ./build/installDist/updater/bin/updater ..

Inspect the diff, commit the changes, and push to GitHub.