We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c369e18 commit 95ccc51Copy full SHA for 95ccc51
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v4
25
26
- name: Gradle Build and Test
27
- uses: gradle/gradle-build-action@v2.9.0
+ uses: gradle/gradle-build-action@v2.10.0
28
with:
29
arguments: --build-cache build test codeCoverageReport testAggregateReports
30
.github/workflows/gradle-publish.yml
@@ -22,7 +22,7 @@ jobs:
22
settings-path: ${{ github.workspace }}
23
- name: Publish to Maven Repository
arguments: --build-cache publish
env:
0 commit comments