Updated build and config for publish
This commit is contained in:
parent
c86cf6e7d8
commit
ced6bd6726
@ -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 {
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user