-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b625aba
commit 81abfef
Showing
1 changed file
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 |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
java-version: '17' | ||
distribution: 'temurin' | ||
- name: "Gradle: Validate Gradle Wrapper" | ||
uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3 | ||
uses: gradle/actions/wrapper-validation@v3 | ||
- name: "Gradle: Include last commit info and build date for JARs" | ||
run: | | ||
git log -1 > extensions/last-commit-info/src/main/resources/jar-last-commit-info.txt | ||
|
@@ -147,7 +147,7 @@ jobs: | |
cache: 'npm' | ||
cache-dependency-path: extensions/wrapper/clients/typescript-client/package.json | ||
- name: "Gradle: Validate Gradle Wrapper" | ||
uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3 | ||
uses: gradle/actions/wrapper-validation@v3 | ||
- name: "Gradle: Generate TS Code" | ||
uses: gradle/[email protected] | ||
with: | ||
|