-
-
Notifications
You must be signed in to change notification settings - Fork 955
/
Copy pathgradle.properties
66 lines (59 loc) · 2.38 KB
/
gradle.properties
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
# 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
#
# http://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=7.0.0-SNAPSHOT
apacheMavenVersion=3.9.9
apacheMavenResolverVersion=1.9.22
coberturaVersion=2.1.1
expectitCoreVersion=0.9.0
gradleExtraConfigurationsPluginVersion=10.0.1
gradleLicensePluginVersion=0.16.1
gradleToolingApiVersion=8.12.1
groovyVersion=4.0.25
javaVersion=17
joptSimpleVersion=5.0.4
plexusComponentApiVersion=1.0-alpha-33
plexusSecDispatcherVersion=1.4
plexusSisuInjectVersion=2.6.0
slf4jVersion=2.0.16
gparsVersion=1.2.1
commonsValidatorVersion=1.9.0
concurrentlinkedhashmapLruVersion=1.4.2
jnrPosixVersion=3.1.20
joddWotVersion=3.3.8
# 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
defaultElImplementationVersion=5.0.0
jspApiVersion=4.0.0
sitemeshVersion=3.2.2
javassistVersion=3.30.2-GA
yakworksHibernateGroovyProxyVersion=1.1
picocliVersion=4.7.6
liquibaseHibernate5Version=4.27.0
hibernate5Version=5.6.15.Final
githubSlug=apache/grails-core
githubBranch=7.0.x
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1536M -XX:MaxMetaspaceSize=1024M
# libraries only specific to test apps, these should not be exposed
jbossTransactionApiVersion=2.0.0.Final
micronautVersion=4.6.5
micronautSerdeJacksonVersion=2.11.0
grailsSpringSecurityVersion=7.0.0-SNAPSHOT
# 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
# note: bom dependencies are defined in dependencies.gradle files to allow for dependabot updates