Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
Fix actions
  • Loading branch information
Seggan committed Mar 27, 2024
1 parent 045f433 commit b06ea1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml → .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:

steps:
- uses: actions/[email protected]
- name: Set up JDK 16
- name: Set up JDK 17
uses: actions/[email protected]
with:
java-version: 16
- name: Build with Maven
run: mvn package --file pom.xml
java-version: 17
- name: Build with Gradle
run: ./gradlew build
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit b06ea1a

Please sign in to comment.