Skip to content

Commit

Permalink
Bump gradel to 8.11 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEricNitschke committed Jan 14, 2025
1 parent a477cf3 commit 5e0d8ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kotlin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
distribution: 'oracle' # See 'Supported distributions' for available options
java-version: '21'
cache: 'gradle'
- name: Setup Gradle 8.10
- name: Setup Gradle 8.11
uses: gradle/actions/setup-gradle@v4
with:
gradle-version: 8.10
gradle-version: 8.11
- name: Make gradle executable
run: chmod +x ./gradlew

Expand Down
2 changes: 1 addition & 1 deletion tictactoe_kotlin/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Jul 22 16:26:03 CEST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 5e0d8ce

Please sign in to comment.