-
Grails 5.3.2 single file [build.gradle](https://github.com/codeconsole/website/blob/5.3.2/build.gradle)
[settings.gradle](https://github.com/codeconsole/website/blob/5.3.2/settings.gradle) 1 line o…
-
## Why
Gradle Version Catalogs allow developers to mange dependencies across modules from a single file`gradle/libs.versions.toml`, which contains 4 sections:
- `[versions]` declares what versi…
-
PeopleInSpace uses [Build Sources](https://docs.gradle.org/current/userguide/organizing_gradle_projects.html#sec:build_sources) (`buildSrc`).
Is there a reason why [Composite Builds](https://docs.g…
om-ha updated
2 years ago
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Current Behavior
1. The `org.gradle.kotlin.kotlin-dsl` plugin applies `org.jetbrains.kotlin.jvm` under the hood of some version (let's call it Build Logic Kotlin).
2. The user project applies …
-
### Current Behavior
When running `dependencies --write-locks` in a project with a `/buildSrc/settings.gradle.kts`, the lock file `/settings-gradle.lockfile` at the root level only contains depende…
-
Like #257 and #601 we face the problem that an IDE (Android Studio) does not see the `serializer()` methods on our `@Serializable` class even though the compiler is just fine, and the app is in produc…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I'm using `com.github.ben-manes.versions` plugin for checking versions for updates.
I want to do this for the main project and also for the `buildSrc` project with one Gradle task that then also prod…
-
This is an issue with the project's build system (and Scala plugin), not with the project itself. For checking a Gradle project's dependencies I usually execute the `dependencies` task, but that fails…