File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11# Change log for refreshVersions
22
3+ ## Version 0.30.1 (2021-12-21)
4+
5+ ### Bug fixes
6+
7+ - Fix Gradle sync for projects using buildSrc ([ #474 ] ( https://github.com/jmfayard/refreshVersions/issues/474 ) )
8+ - Support buildSrc modules that have no plugin declared
9+
310## Version 0.30.0 (2021-12-19)
411
512### Potentially breaking change
Original file line number Diff line number Diff line change 1010// settings.gradle(.kts)
1111plugins {
1212 // See https://jmfayard.github.io/refreshVersions
13- id(" de.fayard.refreshVersions" ) version " 0.30.0 "
13+ id(" de.fayard.refreshVersions" ) version " 0.30.1 "
1414}
1515
1616refreshVersions { // Optional: configure the plugin
Original file line number Diff line number Diff line change 2121 slack : https://app.slack.com/client/T09229ZC6/CP5659EL9
2222 version :
2323 gradle : 6.9
24- refreshVersions : ' 0.30.0 '
25- snapshot : ' 0.30.1 -SNAPSHOT'
24+ refreshVersions : ' 0.30.1 '
25+ snapshot : ' 0.30.2 -SNAPSHOT'
2626 keyboard_shortcuts :
2727 find_actions : <kbd>ctrl</kbd>/<kbd>cmd</kbd> + <kbd>shift</kbd> + <kbd>A</kbd>
2828
Original file line number Diff line number Diff line change 1- 0.30.1-SNAPSHOT
1+ 0.30.1
You can’t perform that action at this time.
0 commit comments