Skip to content

Commit

Permalink
Merge pull request #178 from cashapp/lkerford.0426.buildChanges
Browse files Browse the repository at this point in the history
Fixing build to work for internal release
  • Loading branch information
lkerford authored Apr 26, 2021
2 parents 55d0c5d + efbd265 commit 33bbb3c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,4 @@ subprojects {
attributes.attribute(Usage.USAGE_ATTRIBUTE, this@subprojects.objects.named(Usage::class, Usage.JAVA_RUNTIME))
}
}

apply(from = "$rootDir/gradle-mvn-publish.gradle")
}
2 changes: 2 additions & 0 deletions client-misk-dynamodb/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ afterEvaluate {
if (rootProject.file("hooks.gradle").exists()) {
apply(from = rootProject.file("hooks.gradle"))
}

apply(from = "$rootDir/gradle-mvn-publish.gradle")
2 changes: 2 additions & 0 deletions client-misk-hibernate/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ afterEvaluate {
if (rootProject.file("hooks.gradle").exists()) {
apply(from = rootProject.file("hooks.gradle"))
}

apply(from = "$rootDir/gradle-mvn-publish.gradle")
2 changes: 2 additions & 0 deletions client-misk-testing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ afterEvaluate {
if (rootProject.file("hooks.gradle").exists()) {
apply(from = rootProject.file("hooks.gradle"))
}

apply(from = "$rootDir/gradle-mvn-publish.gradle")
2 changes: 2 additions & 0 deletions client-misk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ afterEvaluate {
if (rootProject.file("hooks.gradle").exists()) {
apply(from = rootProject.file("hooks.gradle"))
}

apply(from = "$rootDir/gradle-mvn-publish.gradle")
2 changes: 2 additions & 0 deletions client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ afterEvaluate {
if (rootProject.file("hooks.gradle").exists()) {
apply(from = rootProject.file("hooks.gradle"))
}

apply(from = "$rootDir/gradle-mvn-publish.gradle")
2 changes: 2 additions & 0 deletions service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,5 @@ val shadowJar by tasks.getting(com.github.jengelman.gradle.plugins.shadow.tasks.
if (rootProject.file("hooks.gradle").exists()) {
apply(from = rootProject.file("hooks.gradle"))
}

apply(from = "$rootDir/gradle-mvn-publish.gradle")

0 comments on commit 33bbb3c

Please sign in to comment.