Skip to content

Commit 73f8e84

Browse files
author
Jean-Michel Fayard
committed
Release 0.6.2
# 0.6.2 If you want to manage your versions from gradle.properties for better compilation avoidance, but still want to have buildSrc/src/main/Libs.kt generated in your multi-module Gradle build, that's now possible. - Run `$ ./gradlew refreshVersions && ./gradlew buildSrcVersions` - To look for available dependency updates, run `$ ./gradlew refreshVersions` - When you add a dependency, run `$ ./gradlew buildSrcVersions` Other changes - Fixes #92 gradle.properties is getting updated and Versions.kt stops updating when running buildSrcVersions - Add non regression for identifiers in gradle.properties - Add Github issue and pull-request templates - Improve README
1 parent d0989c8 commit 73f8e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22

3-
New feature
3+
# 0.6.2
44

55
If you want to manage your versions from gradle.properties for better compilation avoidance,
66
but still want to have buildSrc/src/main/Libs.kt generated in your multi-module Gradle build,

0 commit comments

Comments
 (0)