-
Consider the following task, defined in `build.gradle`:
```gradle
def dir = file('data')
def listFiles(File dir) {
dir.listFiles({ file -> file.isFile() } as FileFilter).name.sort()
}
ta…
-
### Expected Behavior
When using includeBuild to extract common build logic into convention plugins using precompiled script plugins, all these plugins are compiled together and put into a single jar…
-
**Build scan link**
https://scans.gradle.com/s/7lr3x5l4lcsoc
**Plugin version**
2.+
**Gradle version**
```
------------------------------------------------------------
Gradle 8.10.2
----…
-
## What happened?
I cannot find any `build.gradle` -> `build.gradle.kts` migration instructions...
## What did you want to happen?
Can anybody suggest me, how can I migrate that build…
-
Hi, Thanks for this great library.
When using with kotlin, I feel it's a bit boilerplate can be remove by using kotlin DSL and Lambda feature.
For example a GenericItem:
```kotlin
typealias Bind…
-
Context: I'm porting [an existing handwritten parser](https://github.com/biscuit-auth/biscuit-java/tree/master/src/main/java/com/clevercloud/biscuit/token/builder/parser) to use parsus.
Right now, …
-
### Current Behavior
Currently Gradle adds `-Xskip-metadata-version-check` [flag](https://github.com/JetBrains/kotlin/blob/2b9c5f4c7efa1ac20154cc6135057a2b9bd0026c/compiler/cli/cli-common/src/org/jet…
-
### Current Behavior
When running a build with tests in `build-logic`.
Seems to have started after the upgrade from Gradle 8.7 to Gradle 8.8
Where `build-logic` is heavily modularized, uses …
-
Great project! We were looking at using the Kotlin DSL to document Kafka topics and noticed that there has been an [AsyncAPI 3 release](https://www.asyncapi.com/blog/release-notes-3.0.0). It looks lik…
-
# Abstract
Calculating code coverage for applications written in Kotlin is a basic functionality closely related to the language itself.
Now this functionality is supplied separately in the form o…