refreshVersions
refreshVersions copied to clipboard
Life is too short to google for dependencies and versions
We want to do small and fast PR but that was not the case of #559 who grew to be too big and stale. So I merged it and created...
Hello/bonjour, ## What? Support for Kotlin Scripts ```kotlin #!/usr/bin/env kotlin // my-scripts.kts @file:Repository("https://jcenter.bintray.com") @file:DependsOn("io.rsocket.kotlin:rsocket-core-jvm:0.13.0-SNAPSHOT") //// # available:0.14.0") //// # available:0.15.0") fun main() { println("Hello Word") } ``` ## Why? Kotlin...
## What? Refactor tasks's names and descriptions ## Why? I wanted to experiment with extracting generating the kdocs of the build dependencies, but adding a dependency makes me realize we...
Hello/bonjour, ## What? Resolves #XX Tell us what these changes are doing. ## Why? Tell us why those changes are needed. ## How? Tell us briefly what you did here,...
## 🐛 Describe the bug both dataSource and datasource show up in completion ## ⚠️ Current behavior dataSource is standalone, datasource is a group. ## ✅ Expected behavior Like ui,...
This can help see that a dependency has been removed from a repository, which can be helpful to know before the cache becomes stale and Gradle no longer wants to...
Renovate Bot is only supporting updating version numbers in ```gradle.properties```. Probably it also doesn't understand the "```_```"-placeholder. Is there a way to get Renovate Bot working while still using your...
The plugin "de.fayard.refreshVersions" doesn't appear to work for buildSrc plugins inside a multi-module project, but it would be nice if it could. Steps to produce scenario: 1. With Gradle 7.2,...
## 🚀 Description removed `gradlew`/`gradle` symlinks from sample projects instead added the wrapper task changed CI to always use the wrappers in `plugins/` idea will automatically create the `gradlew` file...