Skip to content

Commit 27677ca

Browse files
committed
Revert setter syntax for name in pomFile config
SVN r64966 |2020-01-21 05:57:54 +0000
1 parent e76d81d commit 27677ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,12 @@ pomProperties.put("LicenseURL", "http://www.apache.org/licenses/LICENSE-2.0.txt"
119119
// an ordering. And so we have two, which I really don't like.
120120
def pomConfig = {
121121
organization {
122-
name = 'LabKey'
122+
name 'LabKey'
123123
url orgUrl
124124
}
125125
licenses {
126126
license {
127-
name = 'The Apache Software License, Version 2.0'
127+
name 'The Apache Software License, Version 2.0'
128128
url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
129129
distribution 'repo'
130130
}
@@ -137,7 +137,7 @@ def pomConfig = {
137137
developers {
138138
developer {
139139
id 'labkey-team'
140-
name = 'The LabKey Development Team'
140+
name 'The LabKey Development Team'
141141
organization 'LabKey.org'
142142
organizationUrl orgUrl
143143
}

0 commit comments

Comments
 (0)