1
0
mirror of synced 2026-05-22 21:33:16 +00:00
Files
spring-security/gradle.properties
T

32 lines
974 B
Properties
Raw Normal View History

2024-05-24 11:28:50 -03:00
#
# Copyright 2002-2024 the original author or authors.
#
# Licensed 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.
#
2025-05-20 16:04:42 -05:00
<<<<<<< HEAD
2025-05-06 11:44:14 -05:00
springBootVersion=4.0.0-SNAPSHOT
2025-04-24 19:48:50 -05:00
version=7.0.0-SNAPSHOT
2025-05-20 16:04:42 -05:00
=======
2024-09-02 02:09:59 +07:00
springBootVersion=3.3.3
2025-05-20 15:59:40 -05:00
<<<<<<< HEAD
2025-05-19 16:33:39 +00:00
version=6.5.1-SNAPSHOT
2025-05-20 15:59:40 -05:00
=======
2025-05-19 16:33:25 +00:00
version=6.4.7-SNAPSHOT
2025-05-20 15:59:40 -05:00
>>>>>>> origin/6.4.x
2025-05-20 16:04:42 -05:00
>>>>>>> 6.5.x
samplesBranch=main
2021-10-07 14:33:15 -03:00
org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError
2020-03-04 10:07:25 -06:00
org.gradle.parallel=true
2020-03-04 11:33:58 -06:00
org.gradle.caching=true
2021-06-03 09:34:07 +03:00
kotlin.stdlib.default.dependency=false