We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7dcbcf commit 252c477Copy full SHA for 252c477
gradle.properties
@@ -17,7 +17,7 @@
17
# under the License.
18
#
19
projectVersion=7.0.0-SNAPSHOT
20
-grailsVersion=7.0.0-RC2
+grailsVersion=7.0.0
21
javaVersion=17
22
23
unboundidLdapSdk=7.0.2
gradle/publish-config.gradle
@@ -35,6 +35,10 @@ extensions.configure(GrailsPublishExtension) {
35
it.license.name = 'Apache-2.0'
36
it.title = project.property('pomTitle')
37
it.desc = project.property('pomDescription')
38
+ it.organization {
39
+ name = 'Apache Software Foundation'
40
+ url = 'https://apache.org/'
41
+ }
42
it.developers = project.property('pomDevelopers') as Map<String, String>
43
}
44
0 commit comments