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 1a45e96 commit b00b2edCopy full SHA for b00b2ed
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Setup Gradle
24
uses: gradle/actions/setup-gradle@v4
25
with:
26
- gradle-version: 8.14.2
+ gradle-version: current
27
28
- name: Gradle Build and Test
29
run: gradle --build-cache --configuration-cache build test koverXmlReport
.github/workflows/gradle-publish.yml
@@ -24,7 +24,7 @@ jobs:
30
run: gradle --no-configuration-cache publish
0 commit comments