-
Add a recipe for converting Gradle scripts from [Groovy DSL](https://docs.gradle.org/current/userguide/groovy_build_script_primer.html#header) (`.gradle`) to [Kotlin DSL](https://docs.gradle.org/curre…
-
```
plugins {
`java-library`
`maven-publish`
id("io.spring.dependency-management")
}
repositories {
mavenLocal()
maven {
url = uri("https://repo.maven.apache.org…
-
Quick note: I realize that not all of the following is specific to the new Kotlin-based DSL and may also be present in the Groovy based DSL. I would argue that the dynamic feature of Groovy make this …
-
### Current Behavior
Project accessors enabled, but root project name not explicitly set for 'buildSrc'. Checking out the project in different folders will impact the generated code and implicitly th…
-
We should ensure that the Kotlin DSL compilation workspace/cache is properly cleaned up.
We have some similar tests like `InstantExecutionCacheCleanupIntegrationTest`:
https://github.com/gradle/…
lptr updated
8 months ago
-
```
artifacts {
archives shadowJar
}
```
-
How can I use the org.eclipse.jkube.kubernetes plugin in Gradle Kotlin DSL?
-
@gildor commented on [Tue Dec 04 2018](https://github.com/gradle/gradle/issues/7904)
Kotlin DSL plugin documentation doesn’t have Groovy snippets
https://docs.gradle.org/current/userguide/kotlin_dsl…
-
### Expected Behavior
Kotlin DSL type-safe accessors are available for publications added to [`PublicationContainer`](https://docs.gradle.org/current/javadoc/org/gradle/api/publish/PublicationConta…
aSemy updated
8 months ago
-
### Current Behavior
Currently Gradle adds `-Xskip-metadata-version-check` [flag](https://github.com/JetBrains/kotlin/blob/2b9c5f4c7efa1ac20154cc6135057a2b9bd0026c/compiler/cli/cli-common/src/org/jet…