diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 098283e..9a96f7d 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -9,12 +9,6 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - - name: Set up JDK 8 - uses: actions/setup-java@v3.13.0 - with: - java-version: 8 - distribution: "adopt" - java-package: jdk - name: Set up JDK 11 uses: actions/setup-java@v3.13.0 with: @@ -28,5 +22,5 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v3.1.3 with: - name: Compile BungeeSK + name: BungeeSK path: build/libs/** \ No newline at end of file