You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #6 is merged, there is still one use-case missing for replacing the Sample Rule in gradle/gradle: The Sample rule allows configuring testSampleDirName, the target directory name for the sample.
I tried removing that functionality in the gradle/gradle code base, but I ran into long path issues on Windows: gradle/gradle#5713.
So there should be a possibility to configure the target directory where a sample is copied to, either by specifying a fixed relative path to the target base dir or a target directory directly.
I think using a target directory supplied as a File would suffice. This field could then be wired in the method computeSampleDir.
The text was updated successfully, but these errors were encountered:
After #6 is merged, there is still one use-case missing for replacing the Sample Rule in
gradle/gradle
: TheSample
rule allows configuringtestSampleDirName
, the target directory name for the sample.I tried removing that functionality in the
gradle/gradle
code base, but I ran into long path issues on Windows: gradle/gradle#5713.So there should be a possibility to configure the target directory where a sample is copied to, either by specifying a fixed relative path to the target base dir or a target directory directly.
I think using a target directory supplied as a
File
would suffice. This field could then be wired in the method computeSampleDir.The text was updated successfully, but these errors were encountered: