Current Behavior
It looks like GradleRunner.withArguments ignores all tasks but the first being passed to it.
Expected Behavior
GradleRunner.withArguments executes all tasks being passed to it.
Context (optional)
One of the tests in the GradleX reproducible builds project starts failing when we try to update the project to 8.14. It looks like the build executed by TestKit here only runs build but not run which makes the test fail. It also looks like GroovyDoc started to log an additional line with 8.14:
Resource org/apache/groovy/docgenerator/groovy.ico not found so skipped
Not sure what that is about. Was there a Groovy update in 8.14?
Self-contained Reproducer Project
Checkout gradlex-org/reproducible-builds#30 and see the test failing. It works on main branch which is on Gradle 8.13.
Gradle version
8.14
Gradle version that used to work
8.13
Build scan URL (optional)
https://scans.gradle.com/s/n77fqn5p5tvw4
Your Environment (optional)
No response
Current Behavior
It looks like
GradleRunner.withArgumentsignores all tasks but the first being passed to it.Expected Behavior
GradleRunner.withArgumentsexecutes all tasks being passed to it.Context (optional)
One of the tests in the GradleX reproducible builds project starts failing when we try to update the project to 8.14. It looks like the build executed by TestKit here only runs
buildbut notrunwhich makes the test fail. It also looks like GroovyDoc started to log an additional line with 8.14:Not sure what that is about. Was there a Groovy update in 8.14?
Self-contained Reproducer Project
Checkout gradlex-org/reproducible-builds#30 and see the test failing. It works on
mainbranch which is on Gradle 8.13.Gradle version
8.14
Gradle version that used to work
8.13
Build scan URL (optional)
https://scans.gradle.com/s/n77fqn5p5tvw4
Your Environment (optional)
No response