Skip to content

Commit e5ea33b

Browse files
Update Gradle version to "wrapper" in workflows
1 parent 652fe3c commit e5ea33b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
env:
3939
CI: true
4040
with:
41-
gradle-version: 7.5.1
41+
gradle-version: wrapper
4242
arguments: buildDocs
4343

4444
# release and deploy only if we're building a release

.github/workflows/build_releasecandidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
env:
4646
CI: true
4747
with:
48-
gradle-version: 7.5.1
48+
gradle-version: wrapper
4949
arguments: buildDocs
5050

5151
# do the following two things only for a release!

0 commit comments

Comments
 (0)