Skip to content

Commit

Permalink
Disable updateGradleWrapper because palantir plugins are incompatible…
Browse files Browse the repository at this point in the history
… with new Gradle (#235)
  • Loading branch information
markelliot authored Jun 6, 2023
1 parent 132da5c commit cb1c362
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ task("printVersion") {
}
}

tasks.updateGradleWrapper {
enabled = false
}

allprojects {
group = "com.markelliot.barista"
version = rootProject.version
Expand Down

0 comments on commit cb1c362

Please sign in to comment.