Skip to content

Commit

Permalink
Fix wrong build directory reference (provider vs. actual value)
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Nov 30, 2023
1 parent 6c261d1 commit 27d3155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tasks {
useJUnitPlatform()

// for the de.gesellix.testutil.ResourceReaderTest
environment("ROOT_PROJECT_BUILD_DIRECTORY", rootProject.layout.buildDirectory)
environment("ROOT_PROJECT_BUILD_DIRECTORY", rootProject.layout.buildDirectory.get())
}
}

Expand Down

0 comments on commit 27d3155

Please sign in to comment.