Skip to content

Commit

Permalink
Use new syntax for "this project" as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Jul 12, 2023
1 parent c1f739c commit d3cbb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/dependencies/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ tasks.processResources {
val prePublishTest = testing.suites.create<JvmTestSuite>("prePublishTest") {
useJUnitJupiter()
dependencies {
implementation(project(":refreshVersions"))
implementation(project())
implementation(testFixtures(project(":refreshVersions-core")))
implementation(Testing.kotest.assertions.core)
}
Expand Down

0 comments on commit d3cbb76

Please sign in to comment.