-
I am currently working on externalizing common build steps of our projects (e.g. artefact publishing) using precompiled build scripts. In general this approach works fine but as soon as I try to apply…
-
Buildscript:
```kotlin
open class CustomTask : DefaultTask() {
var dir = File(".")
@TaskAction
fun action() {
println("CustomTask.dir: ${dir.absolutePath}")
}
}
tasks.create("de…
-
I have been struggling for several weeks (!) to get a previously working JavaFX application to build and run in a clean manner using:
* The current version of JavaFX (including use of .fxml resou…
-
### Issue type
Wrong or misleading information
### Problem description
The gradle userguide.pdf documentation (version 8.5, as of now) is unfortunately riddled of 404 urls, missing self-refer…
npgx updated
11 months ago
-
### SQLDelight Version
2.0.0
### Operating System
Windows
### Gradle Version
8.2.1
### Kotlin Version
1.8.10
### Dialect
SQLite
### AGP Version
8.1.0
### Describe t…
-
For maven consumers or kotlin scripts, that do not understand Gradle metadata format, support a fallback mode like [kotlinx-serialization](https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/ko…
-
Hi! I'm playing with Compose Multiplatform, ktorfit and moko right now and I have this problem when I'm trying to build for iOS. What could it be?
```
> Task :shared:generateMRcommonMain `UP-TO-DA…
-
I am in the process of evaluating the new Asciidoctor-Gradle-Toolchain 4.0.3. I have encountered two challenges that I could not solve right away. Perhaps I took a wrong turn somewhere. Could you prov…
-
### SQLDelight Version
2.0.2
### Operating System
Mac 14.4.1
### Gradle Version
8.7
### Kotlin Version
2.0.0
### Dialect
SQLite
### AGP Version
8.4.1
### Describe the Bug
When running the…
-
**Describe the bug**
Occasionally my `gradlew dokkaHtmlMultiModule` CI job hangs indefinitely.
Usually the task completes in just over two hours. When it hangs, I've let it run for 12+ hours befor…