1 Star 15 Fork 6

Egolessness/destino

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
gradle.properties 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
#
# Copyright (c) 2023 by Kang Wang. All rights reserved.
#
# 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
#
# 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.
#
rootProject.name = destino
group = org.egolessness.destino
version = 1.0.3-SNAPSHOT
profiles = 'dev'
serverMode = 'cluster'
org.gradle.jvmargs = -Dfile.encoding=UTF-8
SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
GROUP=org.egolessness.destino
POM_URL=https://github.com/Egolessness/destino
POM_SCM_URL=https://github.com/Egolessness/destino
POM_SCM_CONNECTION=scm:git:git:github.com/Egolessness/destino.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/Egolessness/destino.git
POM_LICENSE_NAME=The Apache Software License, Version 2.0
POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENSE_DIST=repo
POM_DEVELOPER_ID=Egolessness
POM_DEVELOPER_NAME=Kang Wang
POM_DEVELOPER_URL=https://github.com/Egolessness/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/Egolessness/destino.git
[email protected]:Egolessness/destino.git
Egolessness
destino
destino
master

搜索帮助