1 Star 0 Fork 0

gowiny/gowiny-ddns

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 741 Bytes
一键复制 编辑 原始数据 按行查看 历史
gowiny 提交于 2023-12-05 03:14 . 更新
allprojects{
buildscript{
repositories{
mavenLocal()
maven{url "https://maven.aliyun.com/repository/public"}
maven{url "https://maven.aliyun.com/repository/gradle-plugin"}
mavenCentral();
}
}
repositories{
mavenLocal()
maven{url "https://maven.aliyun.com/repository/public"}
maven{url "https://maven.aliyun.com/repository/gradle-plugin"}
mavenCentral();
}
apply plugin: 'java'
group = 'com.gowiny'
version = '1.0.0-SNAPSHOT'
sourceCompatibility = '17'
targetCompatibility = '17'
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}
ext{
spring_boot_version = '3.0.13'
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/gowiny/gowiny-ddns.git
git@gitee.com:gowiny/gowiny-ddns.git
gowiny
gowiny-ddns
gowiny-ddns
master

搜索帮助