-
-
Notifications
You must be signed in to change notification settings - Fork 974
Expand file tree
/
Copy pathgradle.properties
More file actions
98 lines (85 loc) · 4.22 KB
/
Copy pathgradle.properties
File metadata and controls
98 lines (85 loc) · 4.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
projectVersion=9.0.0-SNAPSHOT
javaVersion=21
githubBranch=9.0.x
githubSlug=apache/grails-core
# 9.0.0-SNAPSHOT has never been published, so the Spring Dependency Management
# example cannot resolve its grails-bom import yet. Delete this line once the first
# 9.0.0-SNAPSHOT publish succeeds - the flag is presence-based, so setting it to
# false still excludes the example. See settings.gradle for the full explanation.
bomSnapshotNotPublished=true
# Note: BOM dependencies are defined in dependencies.gradle files to allow for dependabot updates
# Project dependency versions not managed by BOMs
apacheDsVersion=1.5.4
apacheMavenVersion=3.9.9
apacheMavenResolverVersion=1.9.22
commonsValidatorVersion=1.9.0
concurrentlinkedhashmapLruVersion=1.4.2
defaultElImplementationVersion=5.0.0
# See https://projects.eclipse.org/releases/jakarta-10 and latest 5.0.x from https://mvnrepository.com/artifact/jakarta.el/jakarta.el-api
elApiVersion=5.0.1
expectitCoreVersion=0.9.0
gparsVersion=1.2.1
# Keep gradle version synced with .sdkmanrc, all gradle-wrapper.properties files,
# and grails-forge/grails-forge-core/src/main/java/org/grails/forge/feature/build/gradle/templates/gradleWrapperProperties.rocker.raw
gradleToolingApiVersion=9.6.1
greenmailVersion=2.1.2
javassistVersion=3.30.2-GA
jnrPosixVersion=3.1.20
joddWotVersion=3.3.8
joptSimpleVersion=5.0.4
jspApiVersion=4.0.0
openTest4jVersion=1.3.0
picocliVersion=4.7.6
slf4jVersion=2.0.17
spyMemcachedVersion=2.12.3
# Build dependency versions not managed by BOMs
apacheRatVersion=0.8.1
gradleChecksumPluginVersion=1.4.0
gradleCycloneDxPluginVersion=3.0.0
micronautPlatformVersion=5.0.3
# The Grails-Micronaut "island" (grails-micronaut, grails-micronaut-bom, and the
# micronaut-tied test-examples) is auto-included on a JDK 25+ build (Micronaut 5 targets
# JVM 25 bytecode) and auto-excluded on a sub-25 JDK. Override with the presence-based
# -PskipMicronautProjects / -PincludeMicronautProjects flags. See settings.gradle for the
# gating logic and grails-core#15613 for the rationale.
# Libraries only specific to test apps, these should not be exposed
ersatzVersion=4.0.1
jbossTransactionApiVersion=2.0.0.Final
# build dependencies for code quality checks
checkstyleVersion=13.7.0
codenarcVersion=4.0.0
jacocoVersion=0.8.14
pmdVersion=7.25.0
spotbugsPluginVersion=6.4.8
sonatypeScanPluginVersion=3.1.6
# This prevents the Grails Gradle Plugin from unnecessarily excluding slf4j-simple in the generated POMs
# https://github.com/apache/grails-gradle-plugin/issues/222
slf4jPreventExclusion=true
org.gradle.caching=true
# Configuration cache is explicitly disabled until known issues are resolved.
# See: https://github.com/apache/grails-core/issues/15497
org.gradle.configuration-cache=false
org.gradle.parallel=true
org.gradle.daemon=true
# Do NOT turn on due to https://github.com/gradle/gradle/issues/9489
#org.gradle.configureondemand=true
# Note: groovydoc requires almost a doubling of this memory; if it could run in a process isolation, we could reduce this
# This is a future TODO see groovydoc-tool-rewrite branch for experiementations with this
# grails8-groovy6-canary: carry Spock's compile-time Groovy version-check opt-out on the build JVM so
# the forked gson/gsp view compiler (AbstractGroovyTemplateCompileTask) can propagate it; Spock's global
# AST transform otherwise aborts view compilation under Groovy 6. Remove once Spock ships a groovy-6.0 build.
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx5G -Dspock.iKnowWhatImDoing.disableGroovyVersionCheck=true