Skip to content

Commit 958f88d

Browse files
committed
syntax cleanup
1 parent 7bed31d commit 958f88d

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

build.gradle

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ buildscript {
1111
}
1212

1313
allprojects {
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

2222
version = project.projectVersion
@@ -39,5 +39,4 @@ subprojects { Project project ->
3939
jamesfredley:"James Fredley", jdaugherty:"James Daugherty"]
4040
}
4141
}
42-
}
43-
42+
}

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
projectVersion=6.0.0-SNAPSHOT
22

33
asciidoctorJvmVersion=4.0.3
4-
grailsVersion=7.0.0-SNAPSHOT
5-
64
customUserDataVersion=2.2.1
75
develocityVersion=4.0
6+
grailsVersion=7.0.0-SNAPSHOT
87

98
#For tests only
109
hibernate5Version=5.6.15.Final

plugin/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ plugins {
77
version = project.projectVersion
88
group = "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'
1313
apply plugin: 'org.apache.grails.gradle.grails-gsp'
1414

1515
compileJava.options.release = 17

0 commit comments

Comments
 (0)