Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gradle/gradle-build-action action to v2.5.1 #455

Merged
merged 1 commit into from
Jun 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: true

- name: Gradle cache
uses: gradle/[email protected].0
uses: gradle/[email protected].1

- run: ./gradlew build

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
java-version: 17

- name: Gradle cache
uses: gradle/[email protected].0
uses: gradle/[email protected].1

- name: Check (debug)
run: ./gradlew lintAnalyzeDebug --warning-mode all --scan
Expand All @@ -105,7 +105,7 @@ jobs:
java-version: 17

- name: Gradle cache
uses: gradle/[email protected].0
uses: gradle/[email protected].1

- run: ./gradlew assembleDebug --scan

Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
java-version: 17

- name: Gradle cache
uses: gradle/[email protected].0
uses: gradle/[email protected].1

- run: ./gradlew testDebugUnitTest --warning-mode all

Expand All @@ -166,7 +166,7 @@ jobs:
java-version: 17

- name: Gradle cache
uses: gradle/[email protected].0
uses: gradle/[email protected].1

- run: ./gradlew assembleRelease --scan

Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
java-version: 17

- name: Gradle cache
uses: gradle/[email protected].0
uses: gradle/[email protected].1

- run: ./gradlew testReleaseUnitTest --warning-mode all

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
uses: gradle/[email protected]

- name: Gradle cache
uses: gradle/[email protected].0
uses: gradle/[email protected].1

- run: ./gradlew ${{ inputs.task }}