-
### Issue type
Missing information
### Problem description
I needed the `Project` instance in a custom extension.
I intended to give it to the `extensions.create` call as constructor paramet…
-
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…
-
AcceptThread will crash if listenUsingRfcommWithServiceRecord method throws exception.
In this case mmServerSocket will be null,
and crash will be at AcceptThread.run line socket = mmServerSocket.acc…
-
### Current Behavior
Doing this:
```
sourceSets.main.java.srcDir(provider { null })
```
fails with:
```
Could not determine the dependencies of task ':compileJava'.
> Cannot query the value of…
-
Hi Cedric,
According to the wiki here:
https://github.com/cedricp/ddt4all/wiki/Android-port
I downloaded and installed the latest version there `(DOWNLOAD LINK V1.9) -> EcuTweaker-1.9.apk`
And it …
-
### Expected Behavior
No CME via `FileCollection`/`DefaultPendingSource`.
### Current Behavior
ConcurrentModificationExceptions in `org.gradle.api.internal.collections.DefaultPendingSource.realizeP…
snazy updated
1 month ago
-
### Current Behavior
Intermittently—when running various tasks such as `build`, `test`, `integrationTest` (JVM Test Suite Plugin), `buildHealth` (Dependency Analysis Gradle Plugin), etc.—other coll…
-
Writing a custom task with custom input type for list property as managed properties in combination with a RegularFileProperty fails with NPE on task execution - see example below.
Removing outputF…
-
### Expected Behavior
Given a build service:
```
import org.gradle.api.services.BuildService
import org.gradle.api.services.BuildServiceParameters
abstract class MyService implements BuildS…
melix updated
2 months ago
-
### Current Behavior
With the configuration cache enabled, reloading classes while debugging a Java app in Jetbrains IntelliJ fails with errors like:
"Can only transition State of build ':project-…