-
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apparently gradle-build-action was replaced by setup-gradle
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 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 |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
distribution: 'adopt' | ||
java-version: 11 | ||
- name: Setup Gradle | ||
uses: gradle/[email protected] | ||
uses: gradle/actions/setup-gradle@v4 | ||
- name: check generateLogic committed | ||
run: ./gradle/scripts/check-generateLogic-committed.sh | ||
shell: bash |
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
distribution: 'adopt' | ||
java-version: 11 | ||
- name: Setup Gradle | ||
uses: gradle/[email protected] | ||
uses: gradle/actions/setup-gradle@v4 | ||
|
||
- name: Generate readme | ||
run: ./gradlew :readme-examples:build | ||
|
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
java-version: ${{ matrix.java_version }} | ||
|
||
- name: Setup Gradle | ||
uses: gradle/[email protected] | ||
uses: gradle/actions/setup-gradle@v4 | ||
|
||
- name: Build using JDK ${{ matrix.java_version }} | ||
run: ./gradlew build | ||
|
@@ -101,7 +101,7 @@ jobs: | |
java-version: 17 | ||
|
||
- name: Setup Gradle | ||
uses: gradle/[email protected] | ||
uses: gradle/actions/setup-gradle@v4 | ||
|
||
- name: Build using Kotlin ${{ matrix.kotlin_version }} | ||
run: ./gradlew build |
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
java-version: ${{ matrix.java_version }} | ||
|
||
- name: Setup Gradle | ||
uses: gradle/[email protected] | ||
uses: gradle/actions/setup-gradle@v4 | ||
|
||
- name: Cache maven dependencies | ||
uses: actions/cache@v4 | ||
|