Updated build and config for publish

This commit is contained in:
Sambo Chea 2020-07-03 12:06:41 +07:00
parent c86cf6e7d8
commit ced6bd6726
2 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@ repositories {
}
dependencies {
implementation 'com.cubetiqs.libra:parent:1.0-20200703.040138-1'
implementation 'com.cubetiqs.libra:logging:1.0-20200703.040029-1'
implementation 'com.cubetiqs.libra:parent:1.0-20200703.050136-4'
implementation 'com.cubetiqs.libra:logging:1.0-20200703.050529-4'
// required by logging module
implementation 'org.apache.logging.log4j:log4j-core:2.13.3'
@ -28,6 +28,7 @@ dependencies {
}
compileKotlin {
kotlinOptions.freeCompilerArgs = ["-Xjsr305=strict"]
kotlinOptions.jvmTarget = "1.8"
}
compileTestKotlin {

View File

@ -1,7 +1,6 @@
package com.cubetiqs.util;
import com.cubetiqs.logging.Log;
import org.apache.commons.text.StringEscapeUtils;
import org.apache.logging.log4j.Logger;
import org.jetbrains.annotations.NotNull;