update
This commit is contained in:
@@ -9,8 +9,18 @@ apply from: "${rootDir}/gradle/publishing-java.gradle"
|
||||
dependencies {
|
||||
api project(':opentcs-api-injection')
|
||||
api project(':opentcs-common')
|
||||
//fastjson
|
||||
implementation 'com.alibaba:fastjson:1.2.83'
|
||||
}
|
||||
|
||||
task release {
|
||||
dependsOn build
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile){
|
||||
options.encoding="utf-8"
|
||||
}
|
||||
|
||||
tasks.withType(Javadoc){
|
||||
options.encoding="utf-8"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user