File tree Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ buildscript {
1111}
1212
1313allprojects {
14- repositories {
15- mavenCentral()
16- maven { url = " https://repository.apache.org/content/groups/snapshots/" }
17- maven { url = ' https://repo.grails.org/grails/core' }
14+ repositories {
15+ mavenCentral()
16+ maven { url = " https://repository.apache.org/content/groups/snapshots/" }
17+ maven { url = ' https://repo.grails.org/grails/core' }
1818// mavenLocal() // for local testing, do not commit uncommented
19- }
19+ }
2020}
2121
2222version = project. projectVersion
@@ -39,5 +39,4 @@ subprojects { Project project ->
3939 jamesfredley :" James Fredley" , jdaugherty :" James Daugherty" ]
4040 }
4141 }
42- }
43-
42+ }
Original file line number Diff line number Diff line change 11projectVersion =6.0.0-SNAPSHOT
22
33asciidoctorJvmVersion =4.0.3
4- grailsVersion =7.0.0-SNAPSHOT
5-
64customUserDataVersion =2.2.1
75develocityVersion =4.0
6+ grailsVersion =7.0.0-SNAPSHOT
87
98# For tests only
109hibernate5Version =5.6.15.Final
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ plugins {
77version = project. projectVersion
88group = " org.grails.plugins"
99
10- apply plugin : " eclipse"
11- apply plugin : " idea"
12- apply plugin : " org.apache.grails.gradle.grails-plugin"
10+ apply plugin : ' eclipse'
11+ apply plugin : ' idea'
12+ apply plugin : ' org.apache.grails.gradle.grails-plugin'
1313apply plugin : ' org.apache.grails.gradle.grails-gsp'
1414
1515compileJava. options. release = 17
You can’t perform that action at this time.
0 commit comments