Skip to content

Commit

Permalink
Move time related test fixtures to :time (gradle#31387)
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-gradle authored Nov 22, 2024
2 parents 390b2f5 + c797df3 commit 6be2f5e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions platforms/core-runtime/launcher/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ dependencies {
testImplementation(projects.internalIntegTesting)
testImplementation(testFixtures(projects.serialization))
testImplementation(testFixtures(projects.core))
testImplementation(testFixtures(projects.time))
testImplementation(testFixtures(projects.logging))
testImplementation(testFixtures(projects.toolingApi))
testImplementation(testFixtures(projects.daemonProtocol))
Expand Down
2 changes: 2 additions & 0 deletions platforms/core-runtime/logging/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ dependencies {
runtimeOnly(libs.log4jToSlf4j)

testImplementation(testFixtures(projects.core))
testImplementation(testFixtures(projects.time))
testImplementation(testFixtures(projects.testingJvm))
testImplementation(libs.groovyDatetime)
testImplementation(libs.groovyDateUtil)
Expand All @@ -56,6 +57,7 @@ dependencies {
testFixturesImplementation(projects.baseServices)
testFixturesImplementation(projects.enterpriseWorkers)
testFixturesImplementation(testFixtures(projects.core))
testFixturesImplementation(testFixtures(projects.time))
testFixturesImplementation(libs.slf4jApi)

integTestDistributionRuntimeOnly(projects.distributionsCore)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {

testImplementation(projects.serviceRegistryImpl)
testImplementation(libs.commonsIo)
testImplementation(testFixtures(projects.core))
testImplementation(testFixtures(projects.time))
testImplementation(testFixtures(projects.serialization))

integTestDistributionRuntimeOnly(projects.distributionsCore)
Expand Down
1 change: 1 addition & 0 deletions subprojects/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ dependencies {
testImplementation(testFixtures(projects.diagnostics))
testImplementation(testFixtures(projects.snapshots))
testImplementation(testFixtures(projects.execution))
testImplementation(testFixtures(projects.time))

integTestImplementation(projects.workers)
integTestImplementation(projects.dependencyManagement)
Expand Down

0 comments on commit 6be2f5e

Please sign in to comment.