-
### Current Behavior
The Gradle Plugin marker pom file is published without GMM file, so using fails:
```kotlin
// settings.gradle.kts
pluginManagement {
repositories {
maven(url = "myCus…
-
AdoptOpenJdkRemoteBinary.determineArch fails on AIX, Linux PPCLE and Windows
I am using Gradle 7.3 to build a library with Java 11 toolchain:
```
java {
toolchain {
languageVersio…
-
### Current Behavior
Passing ConfigurableFileTree of some Directory to `SourceDirectorySet.srcDir` makes the latter iterate through all files of the passed FileTree. And thus failing with following…
-
### Expected Behavior
should be valid so that plugins like the jacoco aggregate report can aggreate both.
```kts
val test by getting(JvmTestSuite::class) {
testType = TestSuiteType.UN…
-
### Current Behavior
When we use `dependencySubstitution` in `includeBuild` block, it doesn't get evaluated if the same project is also included with `includeBuild` in `pluginManagement`.
### Expect…
-
### Current Behavior
Hi,
We in TeamCity, for building Gradle projects, pass our custom init script in every build. One of the goals is to be able to report tests. For this, we implement a Gradle l…
-
According to the documentation in https://docs.gradle.org/current/userguide/java_testing.html, parameterized tests should be selectable by index, like `gradle test --tests '*ParameterizedTest.*[2]'`. …
-
### Expected Behavior
Gradle should not nag a deprecation warning for a provider that is "query" via the dependency engine. In fact, in the sample shown, Gradle should only be visiting the provid…
-
The list of command line arguments supported by TestNg runner is changing. New arguments appear. TestNg plugin supports parameters defined in TestNgOptions class only. Which is not flexible and limits…
-
### Current Behavior
A build can fail with `Immutable workspace contents have been modified` without any modification of the directory in question.
### Expected Behavior
This error should only occu…