- Invalid Comment linebreak #32
- Don't inform about exceeded version number #29
- #25 Allows to configure a set of dependencies for which to use the FDQN
buildSrcVersions {
useFdqnFor.set(listOf("core-kt", "core-ktx"))
}
Rebranding: the repository, the plugin and the task are now called buildSrcVersions!!
Why? and What? is described in details here Splitties#26
- Clean-up task group/description/output
- Fix #561 use non-breaking spaces in line comments
- Extrace-space at the end of Versions.kt properties #24
- remove misleading "up-to-date" comment
- avoid pulling in RC and alpha versions to the available tag
- remove the website info, we'd like absolutely nothing in the versions file apart from the name, the version number
- edit KDOC to document that the plugin update the comment but YOU edit the version
- #10 Detect when multiple dependencies from the same group use the same version
- #8 Order dependencies by group
- #4 SyncLibs generate wrong output file
- #1 Make it slightly easier to manually update the version
- #3 Add buildSrc/.gitignore
- Change folder to
buildSrc/src/main/kotlin
see separate language source files - Create empty
buildSrc/settings.gradle.kts
if none exists
Versions
is now in a separate filebuildSrc/src/main/java/Versions.kt
(this way it works out of the box from a groovy build.gradle file)- Use FDQN when we detect a meaning-less names like
runner
,core
,test
, ...
- Version demoed at KotlinConf
- Hello world version released to plugins.gradle.org