1 Star 1 Fork 29

mgbin/prettyzoo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 682 Bytes
一键复制 编辑 原始数据 按行查看 历史
vran-dev 提交于 2020-12-30 18:15 . feat: v1.2.0 (#64)
group 'cc.c1234'
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
allprojects {
repositories {
maven {
url 'http://maven.aliyun.com/nexus/content/groups/public/'
}
mavenCentral()
}
}
subprojects {
apply plugin: 'java'
apply plugin: 'application'
apply plugin: 'idea'
sourceCompatibility = 11
group 'cc.c1234'
version '1.2.0'
idea {
module {
inheritOutputDirs = false
outputDir = compileJava.destinationDir
testOutputDir = compileTestJava.destinationDir
}
}
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mgb/prettyzoo.git
[email protected]:mgb/prettyzoo.git
mgb
prettyzoo
prettyzoo
master

搜索帮助