Skip to content

Commit

Permalink
update names and remove shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharon Shabtai committed Apr 28, 2021
1 parent 2fb1c38 commit 120c064
Show file tree
Hide file tree
Showing 30 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion bpMgmtClient/build.gradle → bp-mgmt-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
*/

apply from: "${rootProject.projectDir}/gradle/publishing.gradle"
apply plugin: 'com.github.johnrengelman.shadow'

jar {
from sourceSets.main.allJava
Expand Down
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ buildscript {
}
dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'com.github.jengelman.gradle.plugins:shadow:6.1.0'
}
}

Expand Down Expand Up @@ -56,7 +55,7 @@ subprojects {

project(':integration') {
dependencies {
implementation project(':bpMgmtClient')
testImplementation project(':bpMgmtClient')
implementation project(':bp-mgmt-client')
testImplementation project(':bp-mgmt-client')
}
}
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
* **************************************************************************
*/

include 'bpMgmtClient', 'integration'
include 'bp-mgmt-client', 'integration'

0 comments on commit 120c064

Please sign in to comment.