2 Star 0 Fork 29

projectsets / prettyzoo

forked from Gitee 极速下载 / prettyzoo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 683 Bytes
一键复制 编辑 原始数据 按行查看 历史
vran-dev 提交于 2021-03-06 11:05 . Module refactor (#111)
group 'cc.c1234'
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
allprojects {
repositories {
maven {
url 'https://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.5.0'
idea {
module {
inheritOutputDirs = false
outputDir = compileJava.destinationDir
testOutputDir = compileTestJava.destinationDir
}
}
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
}
Java
1
https://gitee.com/projectsets/prettyzoo.git
git@gitee.com:projectsets/prettyzoo.git
projectsets
prettyzoo
prettyzoo
master

搜索帮助