1 Star 0 Fork 2.7K

midikang / easypoi

forked from 悟耘开源 / easypoi 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 543 Bytes
一键复制 编辑 原始数据 按行查看 历史
xfworld 提交于 2016-05-26 14:46 . 追加丢失的文件
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/' }
}
}
Java
1
https://gitee.com/midikang/easypoi.git
git@gitee.com:midikang/easypoi.git
midikang
easypoi
easypoi
master

搜索帮助