Skip to content

Commit b00b2ed

Browse files
committed
build
1 parent 1a45e96 commit b00b2ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Gradle
2424
uses: gradle/actions/setup-gradle@v4
2525
with:
26-
gradle-version: 8.14.2
26+
gradle-version: current
2727

2828
- name: Gradle Build and Test
2929
run: gradle --build-cache --configuration-cache build test koverXmlReport

.github/workflows/gradle-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Gradle
2525
uses: gradle/actions/setup-gradle@v4
2626
with:
27-
gradle-version: 8.14.2
27+
gradle-version: current
2828

2929
- name: Gradle Build and Test
3030
run: gradle --no-configuration-cache publish

0 commit comments

Comments
 (0)