Skip to content

Commit

Permalink
Remove Gradle wrapper version definition (#1951)
Browse files Browse the repository at this point in the history
The gradleVersion property of the wrapper fixes the Gradle version used
by the wrapper. This is confusing and difficult to maintain as Gradle
gets upgraded.

Let's remove the definition of the gradleVersion property in the
wrapper. This results in the current version of Gradle itself being used
for the wrapper too.
  • Loading branch information
yhtMinceraft1010X authored Mar 21, 2023
1 parent d6a9c20 commit 7b709cb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ sourceSets {
}
}

wrapper {
gradleVersion = '7.6.1'
}

def installFrontend = tasks.register('installFrontend', com.liferay.gradle.plugins.node.tasks.ExecutePackageManagerTask) {
workingDir 'frontend/'
args = ['ci']
Expand Down

0 comments on commit 7b709cb

Please sign in to comment.