-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#7 fix commonService file move error
- Loading branch information
Showing
3 changed files
with
46 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Changelog | ||
|
||
## [1.4.1] - 2021-7-9 | ||
Bug fixes for newer gradle and spring boot versions | ||
|
||
### Fixed | ||
- using a commonService configuration on spring boot 2.4 would fail ([#7][i7]) | ||
- expandBootJar fails with gradle 7.0.2 ([#8][i8]) | ||
|
||
### Notes | ||
- This version is compatible with spring boot 1.5 and higher. This plugin has been tested with versions up to 2.5.2. | ||
- This version is compatible with projects using gradle versions 4.10 and higher. It has been tested with versions up to 7.0.2 | ||
|
||
## [1.4.0] - 2020-3-14 | ||
Older releases with release notes can be found on github [releases][releases] | ||
|
||
## [1.3.4] - 2020-3-11 | ||
Older releases with release notes can be found on github [releases][releases] | ||
|
||
## [1.3.3] - 2020-3-10 | ||
Older releases with release notes can be found on github [releases][releases] | ||
|
||
## [1.3.1] - 2018-3-9 | ||
Older releases with release notes can be found on github [releases][releases] | ||
|
||
## [1.2.1] - 2018-2-18 | ||
Older releases with release notes can be found on github [releases][releases] | ||
|
||
## [1.1.1] - 2018-1-26 | ||
Older releases with release notes can be found on github [releases][releases] | ||
|
||
## [1.1.0] - 2017-10-17 | ||
Older releases with release notes can be found on github [releases][releases] | ||
|
||
[i7]: https://github.com/gclayburg/dockerPreparePlugin/issues/7 | ||
[i8]: https://github.com/gclayburg/dockerPreparePlugin/issues/8 | ||
[releases]: https://github.com/gclayburg/dockerPreparePlugin/releases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters