Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl authored Nov 1, 2023
1 parent 76ee1d5 commit d603359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
def coreBuildFilePath = 'https://raw.githubusercontent.com/grails/grails-core/6.0.x/gradle.properties'
def coreBuildFilePath = 'https://raw.githubusercontent.com/grails/grails-core/6.1.x/gradle.properties'
def coreBuildFileUrl = new URL(coreBuildFilePath)
def versionNumberRegex = /projectVersion=(.*)/
def grailsVersionList = []
Expand Down

0 comments on commit d603359

Please sign in to comment.