-
**Describe the bug:**
Documentation should be provided for both groovy and kotlin gradle DSL.
**To Reproduce**
Use the Kotlin DSL for your module's build.gradle file.
**Expected behavior:**
A…
-
### What happened?
Go to https://beam.apache.org/get-started/quickstart-java/#optional-convert-from-maven-to-gradle
At step 4. when you add the script to the build script (supposed to be in Kotlin D…
-
**Is your feature request related to a problem? Please describe**
When including a module documentation using the following:
```kotlin
dokkaSourceSets.getByName("main") {
includes.from("Modu…
-
I use `GradleRunner` from the Gradle test kit to test my Gradle plugin.
In order for the test to have all the required configurations, I copy the `buildSrc` from the project to the test dir, which …
-
As of this writing there are 1,396 public types with 6,275 public methods available in Gradle’s public API to compile Java code against. Kotlin DSL and Groovy DSL each add some syntactic sugar on top …
-
With [concise and statically-typed Property assignment](https://github.com/gradle/gradle/issues/9268) and [leveraging K2 compiler](https://github.com/gradle/gradle/issues/21284) approaching, there is …
-
To go to `fxgl` module under `dsl.components`. The component moves the entity using provided Point2D waypoints.
Existing move-related components can be studied: https://github.com/AlmasB/FXGL/tree/…
-
Repro: https://github.com/cloudshiftinc/gradle-setup-action-cache-repro/actions/runs/10067337462
That repository consists of a small "Hello World" Gradle / Kotlin project, with two build files:
1)…
-
### Describe the bug
When building images for kubernetes with the jib and kubernetes extension and building with gradle with kotlin DSL, it does not create the kubernetes manifests.
Works on regul…
-
Hi, for my small library I tried switching to minivan from vanillagradle, but my test module (needed to avoid headache in a codec-related API I made) doesn't seem to have Minecraft in its classpath af…