Skip to content

Commit

Permalink
publish modules
Browse files Browse the repository at this point in the history
  • Loading branch information
surajpuvvada committed Oct 24, 2024
1 parent 8335b93 commit c8f7320
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions config-service-change-event-generator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
`java-library`
jacoco
alias(commonLibs.plugins.hypertrace.jacoco)
alias(commonLibs.plugins.hypertrace.publish)
}

dependencies {
Expand Down
1 change: 1 addition & 0 deletions object-store/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
`java-library`
jacoco
alias(commonLibs.plugins.hypertrace.jacoco)
alias(commonLibs.plugins.hypertrace.publish)
}

dependencies {
Expand Down
1 change: 1 addition & 0 deletions validation-utils/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
`java-library`
alias(commonLibs.plugins.hypertrace.publish)
}

dependencies {
Expand Down

0 comments on commit c8f7320

Please sign in to comment.