Skip to content

Commit

Permalink
build.gradle.kts: fixed wrapper reference
Browse files Browse the repository at this point in the history
  • Loading branch information
agustafson-atl committed Dec 6, 2024
1 parent f374c05 commit ee6b811
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,6 @@ signing {
}
}

//wrapper {
// gradleVersion = "8.11.1" // upgrade with: ./gradlew wrapper
//}
tasks.wrapper {
gradleVersion = "8.11.1" // upgrade with: ./gradlew wrapper
}

0 comments on commit ee6b811

Please sign in to comment.