Skip to content

Commit

Permalink
Testing additional build job - 3
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGBLP committed Jan 17, 2025
1 parent 03f6ee1 commit 8e65886
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: 16
java-version: 21
distribution: 'adopt'
- name: Install Gradle
uses: sdkman/sdkman-action@main
with:
candidate: gradle
version: 8.6
version: 8.9
- name: Generate Gradle wrapper
run: gradle wrapper
- name: Grant execute permission for gradlew
Expand All @@ -30,21 +30,21 @@ jobs:
with:
name: Lusk.jar
path: build/libs/*.jar
build_back:
build_2:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: 21
java-version: 16
distribution: 'adopt'
- name: Install Gradle
uses: sdkman/sdkman-action@main
with:
candidate: gradle
version: 8.6
version: 7.0
- name: Generate Gradle wrapper
run: gradle wrapper
- name: Grant execute permission for gradlew
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
extra_plugins_directory: extra-plugins/
test_2_6_4:
runs-on: ubuntu-latest
needs: [build_back]
needs: [build_2]
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 8e65886

Please sign in to comment.