-
I am starting to work thru issues coming from constraints imposed by the [`Isolated Projects`](https://docs.gradle.org/current/userguide/isolated_projects.html) feature coming in gradle. The razzi plu…
-
Hi! I'm working on a very similar gradle plugin (for internal use), and the actual way to how I resolve minecraft is fairly similar to what you do (as far as I've seen):
- Register a directory as a m…
-
### Expected Behavior
```kotlin
val deps = configurations.dependencyScope("deps")
deps.attributes { // warning
attribute(...) // warning
}
```
### Current Behavior (optional)
```k…
hfhbd updated
3 months ago
-
### Issue type
Missing information
### Problem description
The documentation about lenient is extremely sparse.
Please elaborate a bit more about what it means.
It currently says it "collects any…
-
Hello.
So A bit of context: I am pulling artifacts together, so they can be put in a native (outside of gradle) installer.
I am doing this using a configuration, and adding the dependencies to the c…
-
### Current Behavior
When I define a configuration using `configurations.register(String, Action)`, Gradle realizes the new configuration right away, running the `Action` immediately.
### Expect…
-
### Describe the bug
I'm behind a corporate proxy. In my `settings.gradle` on my Quarkus service, I have to go through an internal Artifactory to get Gradle plugins:
```groovy
pluginManagement …
-
### How to Reproduce
Run clean install in intellij
### Expected behavior
Build succeeds and ui is build as well
### Observed behavior
Build fails because UI refuses to build. UI does build an…
-
### Expected Behavior
When using the Worker API with classloader isolation, classes should either be cached/shared between worker actions, or alternatively be cleaned at the end of an action.
### …
-
### Expected Behavior
Using
```
val someConfig by configurations.creating
```
does not issue a warning in IDEA.
### Current Behavior
The warning
```
Declaration has type inferred from a pla…
wolfs updated
1 month ago