Skip to content

Commit

Permalink
Update Gradle version to "wrapper" in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
programming-wolf committed Feb 27, 2023
1 parent 652fe3c commit e5ea33b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
CI: true
with:
gradle-version: 7.5.1
gradle-version: wrapper
arguments: buildDocs

# release and deploy only if we're building a release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_releasecandidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
env:
CI: true
with:
gradle-version: 7.5.1
gradle-version: wrapper
arguments: buildDocs

# do the following two things only for a release!
Expand Down

0 comments on commit e5ea33b

Please sign in to comment.