mirror of
https://github.com/Anuken/Mindustry.git
synced 2024-12-22 15:54:00 +07:00
9 lines
270 B
YAML
9 lines
270 B
YAML
jdk:
|
|
- openjdk16
|
|
before_install:
|
|
- wget https://github.com/sormuras/bach/raw/releases/11/install-jdk.sh
|
|
- source install-jdk.sh --feature 17
|
|
- jshell --version
|
|
install:
|
|
- ./gradlew publishToMavenLocal
|
|
- echo -n > gradle.properties #zero out gradle.properties |