-
Currently `JavaVersion.toVersion(Object)` does not support resolving `Provider`s. We should have a variant of this method that takes a `Provider` and resolves it to a `Provider`.
Once we introduce …
lptr updated
9 months ago
-
We don't support symlinks with continuous build, meaning the build will not re-trigger if an input referenced via a symlinked directory changes. This is mentioned in the documentation briefly (see htt…
lptr updated
11 months ago
-
### Current Behavior
I try to import a simple springboot helloworld project into Eclipse. The project will have a large number dependencies to other projects, local jars and web repos, so I have adde…
-
### Expected Behavior
All samples embedded in javadoc comments should always be tested to confirm they are valid Gradle code.
The samples are marked with `class='autoTested'>` (or similar) and l…
-
In the Groovy DSL JavaBean properties of type `String` can be assigned any object, and Groovy will automatically call `toString()` on the value. While this is overly permissive and can result in unint…
lptr updated
9 months ago
-
### 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…
-
When validating tasks, we also validate the types of their `@Nested` properties. However, in a static context we only validate the declared type itself. During runtime we validate the actual type, whi…
lptr updated
9 months ago
-
### 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…
-
### Expected Behavior
Expected behavior is to be able to do everything with `ProjectLayout` that was done with `Project` before. There is a `Project.buildFile`, but not an analogous one for `ProjectL…
-
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.