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

23 lines
823 B
Properties
Raw Normal View History

2024-05-24 11:28:50 -03:00
#
2025-07-29 09:29:52 -05:00
# Copyright 2004-present the original author or authors.
2024-05-24 11:28:50 -03:00
#
# 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.
#
2024-09-02 02:09:59 +07:00
springBootVersion=3.3.3
2026-04-20 18:55:26 +00:00
version=6.5.11-SNAPSHOT
2025-07-21 09:42:51 -05:00
samplesBranch=6.5.x
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