提交 91120cae 编写于 作者: 梦境迷离's avatar 梦境迷离

添加代码编译检测ci

上级 841a498e
language: scala
scala:
- 2.12.2
after_success:
- bash <(curl -s https://codecov.io/bash)
jdk:
- oraclejdk8
\ No newline at end of file
......@@ -15,6 +15,18 @@ repositories {
maven { url "http://repo.maven.apache.org/maven2" }
}
sourceSets {
main {
scala {
srcDirs = ['src/main/java','src/main/scala']
}
java {
srcDirs = []
}
}
}
dependencies {
compile group: 'org.apache.commons', name: 'commons-csv', version:'1.0'
compile group: 'com.google.code.gson', name: 'gson', version:'2.8.2'
......@@ -29,3 +41,6 @@ dependencies {
testCompile group: 'org.hamcrest', name: 'hamcrest-core', version: '1.3'
}
//编码
[compileJava, compileScala, compileTestScala, compileTestJava, javadoc]*.options*.encoding = 'UTF-8'
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册