1 Star 0 Fork 2.7K

韦韦521 / easypoi

forked from 悟耘开源 / easypoi 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 544 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
apply plugin : "java"
apply plugin : 'eclipse'
allprojects {
apply plugin: 'maven'
group = 'org.jeecg'
version = '2.3.0'
}
subprojects {
apply plugin: 'java'
sourceCompatibility = 1.7
targetCompatibility = 1.7
[compileJava, compileTestJava, javadoc]*.options*.encoding = 'UTF-8'
task packageSources(type: Jar) {
classifier = 'sources'
from sourceSets.main.allSource
}
artifacts.archives packageSources
repositories {
mavenLocal()
maven { url 'http://maven.oschina.net/content/groups/public/' }
}
}
1
https://gitee.com/mfj666/easypoi.git
git@gitee.com:mfj666/easypoi.git
mfj666
easypoi
easypoi
master

搜索帮助