diff options
| author | TacoMonkey <75862693+TacoMonkey11@users.noreply.github.com> | 2022-01-25 16:47:59 -0500 |
|---|---|---|
| committer | TacoMonkey <75862693+TacoMonkey11@users.noreply.github.com> | 2022-01-25 16:47:59 -0500 |
| commit | aae93755805a66d6cd253963307d69978d4d86fc (patch) | |
| tree | 2bb5dcc430f7a968bfe6ed96862163e8c4a467ee /.github/workflows/beta.yml | |
| parent | 17e083ed36b5fb3545ee04c11791160833207fed (diff) | |
| parent | ef9a7406af91f5fadcd78af4ec8bd93d7925b9b4 (diff) | |
| download | Skyblocker-aae93755805a66d6cd253963307d69978d4d86fc.tar.gz Skyblocker-aae93755805a66d6cd253963307d69978d4d86fc.tar.bz2 Skyblocker-aae93755805a66d6cd253963307d69978d4d86fc.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to '.github/workflows/beta.yml')
| -rw-r--r-- | .github/workflows/beta.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 54292277..c5927d9e 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -26,11 +26,11 @@ jobs: file = file.toString().split("\n").map(e => e.trim().startsWith("mod_version") ? `${e}-beta-${process.env.GITHUB_SHA.substring(0, 7)}` : e).join("\n"); fs.writeFileSync("./gradle.properties", file); - - name: Set up JDK 16 + - name: Set up JDK 17 uses: actions/setup-java@v2 with: distribution: 'adopt' - java-version: '16' + java-version: '17' - name: Grant execute permission for gradlew run: chmod +x gradlew |
