-
Hi,
Project setup:
Gradle version: 5.1.1
Shadow version: 5.0.0
I would like to use shadow to relocate packages but I always get the same error:
```
Could not get unknown property 'runtime' fo…
-
I'm seeing an issue related to Gradle 8.4 where the maven metadata can't seem to be read.
Short failure:
```
Execution failed for task ':cyclonedxBom'.
> Could not resolve all dependencies for…
-
### 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 JavaFX libraries contain platform-specific native libraries.
With the JavaFX Gradle plugin 0.1.0+ applied, or also natively after openjdk/jfx#1232 is finished, the JavaFX modules have various O…
-
### Expected Behavior
lockfiles use a consistent line ending on every machine, or it is configurable.
### Current Behavior
Platform dependent.
### Context
I'm just implementing [lockfiles](ht…
-
When a task is run from the Gradle Tasks panel, an Eclipse Run Configuration is created.
If you have any number of Run Configurations in your project, this creates clutter that needs to be sorted t…
-
A problem occurred configuring root project 'lombok-plugin'.
> Failed to notify project evaluation listener.
> Could not resolve all files for configuration ':detachedConfiguration1'.
> Co…
-
The same issue as with [this plugin](https://github.com/ksoichiro/gradle-eclipse-aar-plugin/issues/24): since Gradle 4, dependencies specified using `compile` and `testCompile` are deprecated, and the…
-
I have defined a dependency of type `docker project(':sub')` which builds a docker image in my docker-compose module. When building the docker-compose project i get the following stacktrace:
```
* Wh…
-
With Gradle 2.14 I run into the following exception when running the `shell` task.
``` java
Caused by: org.gradle.api.InvalidUserDataException: Cannot change dependencies of configuration ':terminal:…