Skip to content

Commit

Permalink
Fix github action 2
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF committed Sep 11, 2024
1 parent 5e2c16c commit 346f9b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Java CI
name: Build

on: [push]

Expand All @@ -14,7 +14,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 16
java-version: 21
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew clean build test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 16
java-version: 21
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew publish
Expand Down

0 comments on commit 346f9b6

Please sign in to comment.