2024-05-24 22:28:50 +08: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.
|
|
|
|
#
|
2024-09-02 03:09:59 +08:00
|
|
|
springBootVersion=3.3.3
|
2025-03-18 05:23:43 +08:00
|
|
|
version=6.5.0-SNAPSHOT
|
2022-03-29 00:35:11 +08:00
|
|
|
samplesBranch=main
|
2021-10-08 01:33:15 +08:00
|
|
|
org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError
|
2020-03-05 00:07:25 +08:00
|
|
|
org.gradle.parallel=true
|
2020-03-05 01:33:58 +08:00
|
|
|
org.gradle.caching=true
|
2021-06-03 14:34:07 +08:00
|
|
|
kotlin.stdlib.default.dependency=false
|