-
Is there a way to pass the value of the gradle tempdir {
baseDir project.getLayout().getBuildDirectory()
} I strongly suspect no, but maybe there is another way for those who have limited room on |
Beta Was this translation helpful? Give feedback.
Answered by
Vampire
Jun 24, 2024
Replies: 1 comment 1 reply
-
If there is no other way, you can still set |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
martinda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If there is no other way, you can still set
project.getLayout().getBuildDirectory()
as value of some system property on thetest
task and evaluated that system property withinSpockConfig.groovy