2024-05-24 10:28:50 -04: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.
|
|
|
|
#
|
|
|
|
|
2023-08-07 23:00:52 -04:00
|
|
|
springBootVersion=3.1.1
|
2024-07-15 15:29:56 -04:00
|
|
|
version=6.4.0-SNAPSHOT
|
2022-03-28 12:35:11 -04:00
|
|
|
samplesBranch=main
|
2021-10-07 13:33:15 -04:00
|
|
|
org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError
|
2020-03-04 11:07:25 -05:00
|
|
|
org.gradle.parallel=true
|
2020-03-04 12:33:58 -05:00
|
|
|
org.gradle.caching=true
|
2021-06-03 02:34:07 -04:00
|
|
|
kotlin.stdlib.default.dependency=false
|