1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-19 14:59:20 +00:00

Let's see if the setup-java action's cache is helpful & fixed building

This commit is contained in:
Tim203
2023-02-13 21:51:07 +01:00
parent b1f1a2be93
commit 7ea41b2648

View File

@@ -15,6 +15,7 @@ jobs:
with: with:
java-version: 8 java-version: 8
distribution: temurin distribution: temurin
cache: gradle
- name: Build - name: Build
uses: gradle/gradle-build-action@v2 uses: gradle/gradle-build-action@v2
@@ -24,7 +25,7 @@ jobs:
- name: Publish - name: Publish
uses: gradle/gradle-build-action@v2 uses: gradle/gradle-build-action@v2
env: env:
ORG_GRADLE_PROJECT_geysermcUsername: "${{ secrets.DEPLOY_USER }}" ORG_GRADLE_PROJECT_geysermcUsername: ${{ vars.DEPLOY_USER }}
ORG_GRADLE_PROJECT_geysermcPassword: "${{ secrets.DEPLOY_PASS }}" ORG_GRADLE_PROJECT_geysermcPassword: ${{ secrets.DEPLOY_PASS }}
with: with:
arguments: publish arguments: publish