-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gradle/gradle-build-action action to v2.7.1
- Loading branch information
1 parent
e0e6f3b
commit 967539b
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
distribution: temurin | ||
java-version: 19 | ||
- name: Setup Gradle | ||
uses: gradle/[email protected].0 | ||
uses: gradle/[email protected].1 | ||
- name: Execute Gradle build | ||
run: ./gradlew test installDist | ||
- name: Archive production artifacts | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
distribution: temurin | ||
java-version: 19 | ||
- name: Setup Gradle | ||
uses: gradle/[email protected].0 | ||
uses: gradle/[email protected].1 | ||
- name: Execute Gradle build | ||
run: ./gradlew -PprojectVersion=${{ github.ref_name }} test assemble installDist | ||
- name: Archive binaries | ||
|