Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Small Gradle code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrisztian committed Sep 9, 2023
1 parent 56b98fa commit cbc1654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ testing {

targets.all {
testTask.configure {
systemProperty 'java.io.tmpdir', "${->layout.buildDirectory.get()}/tmp"
systemProperty 'java.io.tmpdir', "${-> layout.buildDirectory.dir('tmp').get()}"
}
}
}
Expand Down

0 comments on commit cbc1654

Please sign in to comment.