Updated build and change groups
This commit is contained in:
parent
f06acfd177
commit
c86cf6e7d8
10
build.gradle
10
build.gradle
@ -4,21 +4,21 @@ plugins {
|
|||||||
id 'maven'
|
id 'maven'
|
||||||
}
|
}
|
||||||
|
|
||||||
group 'com.cubetiqs'
|
group 'com.cubetiqs.libra'
|
||||||
version '1.0-SNAPSHOT'
|
version '1.0-SNAPSHOT'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven {
|
maven {
|
||||||
url "https://oss-internal.cubetiqs.com/repository/maven-public/"
|
url "${nexusUrl}/repository/maven-public/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':cubetiq-parent')
|
implementation 'com.cubetiqs.libra:parent:1.0-20200703.040138-1'
|
||||||
implementation project(':cubetiq-logging')
|
implementation 'com.cubetiqs.libra:logging:1.0-20200703.040029-1'
|
||||||
|
|
||||||
// required by :cubetiq-logging module
|
// required by logging module
|
||||||
implementation 'org.apache.logging.log4j:log4j-core:2.13.3'
|
implementation 'org.apache.logging.log4j:log4j-core:2.13.3'
|
||||||
implementation 'org.apache.commons:commons-text:1.8'
|
implementation 'org.apache.commons:commons-text:1.8'
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
rootProject.name = 'cubetiq-common-utils'
|
rootProject.name = 'common-utils'
|
||||||
|
Loading…
Reference in New Issue
Block a user