Skip to content

Commit 7d3f052

Browse files
committed
Cleanup and update gradle.properties for grails-data-graphql: streamline project metadata and library versions for Grails 7.1.0
1 parent 0f6afd6 commit 7d3f052

1 file changed

Lines changed: 25 additions & 30 deletions

File tree

grails-data-graphql/gradle.properties

Lines changed: 25 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -13,45 +13,40 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
title=GORM GraphQL
17-
authors=James Kleeh
16+
# Plugin version (published as org.apache.grails:grails-plugin-gorm-graphql-plugin)
1817
projectVersion=4.0.0-SNAPSHOT
19-
projectDesc=Generates a GraphQL schema based on entities in GORM
20-
projectUrl=https://github.com/apache/grails-core/tree/HEAD/grails-data-graphql
21-
githubSlug=grails/gorm-graphql
22-
githubBranch=2.0.x
23-
developers=James Kleeh
24-
gormVersion=7.1.0
25-
gormHibernateVersion=7.1.0
26-
gormMongoDbVersion=7.1.0
18+
19+
# Toolchain
20+
javaVersion=17
21+
groovyVersion=4.0.31
22+
23+
# Grails 7.1.0 release
2724
grailsVersion=7.1.0
2825
grailsGradlePluginVersion=7.1.0
2926
grailsBomVersion=7.1.0
30-
grailsDocsVersion=7.1.0
31-
groovyVersion=4.0.31
32-
junitJupiterVersion=5.10.2
33-
slf4jVersion=2.0.17
34-
spockVersion=2.3-groovy-4.0
35-
micronautVersion=4.9.9
36-
micronautRxjava2Version=2.9.0
27+
gormVersion=7.1.0
28+
gormHibernateVersion=7.1.0
29+
viewsJsonVersion=7.1.0
30+
31+
# Plugin-specific libraries (not covered by grails-bom)
3732
graphqlJavaVersion=24.3
3833
graphqlJavaScalarExtVersion=24.0
39-
codenarcVersion=3.6.0-groovy-4.0
40-
viewGradleVersion=7.1.0
41-
viewsJsonVersion=7.1.0
34+
micronautVersion=4.9.9
35+
micronautRxjava2Version=2.9.0
36+
javassistVersion=3.30.2-GA
37+
38+
# Jakarta / servlet / hibernate
4239
servletApiVersion=6.0.0
43-
cglibNodepVersion=3.3.0
44-
objenesisVersion=3.4
45-
jansiVersion=2.4.1
46-
hibernateEcacheVersion=5.6.15.Final
4740
hibernateCoreVersion=5.6.15.Final
4841
springBootVersion=3.5.13
49-
javaVersion=17
50-
javassistVersion=3.30.2-GA
42+
43+
# Test / tooling
44+
spockVersion=2.3-groovy-4.0
45+
slf4jVersion=2.0.17
46+
objenesisVersion=3.4
47+
codenarcVersion=3.6.0-groovy-4.0
48+
5149
org.gradle.daemon=true
5250
org.gradle.parallel=true
53-
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1024M
5451
org.gradle.caching=true
55-
56-
57-
52+
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1024M

0 commit comments

Comments
 (0)