Skip to content

Commit

Permalink
Added BOM for inclusion in eventuate-platform-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cer committed Jun 13, 2022
1 parent d66eab1 commit 311afed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
13 changes: 4 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,10 @@ subprojects {
eventuateMavenRepoUrl.split(',').each { repoUrl -> maven { url repoUrl } }
}

dependencies {
testCompile "junit:junit:4.12"
}
}

task aggregatedTestReport(type: TestReport) {
destinationDir = file("$buildDir/reports/allTests")
// Include the results from the 'test' task in all subprojects
reportOn subprojects*.test
if (!project.name.endsWith("-bom"))
dependencies {
testCompile "junit:junit:4.12"
}
}

gradle.projectsEvaluated {
Expand Down
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ include 'eventuate-common-in-memory-database'
include 'eventuate-common-common-spring-in-memory-database'
include 'eventuate-common-spring-in-memory-database'
include 'eventuate-common-micronaut-in-memory-database'
include 'eventuate-common-bom'

rootProject.name = 'eventuate-common'

0 comments on commit 311afed

Please sign in to comment.