Updated build and change groups

This commit is contained in:
Sambo Chea 2020-07-03 11:13:30 +07:00
parent f06acfd177
commit c86cf6e7d8
2 changed files with 6 additions and 6 deletions

View File

@ -4,21 +4,21 @@ plugins {
id 'maven'
}
group 'com.cubetiqs'
group 'com.cubetiqs.libra'
version '1.0-SNAPSHOT'
repositories {
mavenCentral()
maven {
url "https://oss-internal.cubetiqs.com/repository/maven-public/"
url "${nexusUrl}/repository/maven-public/"
}
}
dependencies {
implementation project(':cubetiq-parent')
implementation project(':cubetiq-logging')
implementation 'com.cubetiqs.libra:parent:1.0-20200703.040138-1'
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.commons:commons-text:1.8'

View File

@ -1 +1 @@
rootProject.name = 'cubetiq-common-utils'
rootProject.name = 'common-utils'