Releases: bakdata/gradle-plugins
Releases · bakdata/gradle-plugins
Release 1.1.5
Change Log
1.1.5 (2021-02-04)
Full Changelog
Closed issues:
- Allow configuration of timeout when publishing to nexus #19
Merged pull requests:
- Allow configurable timeouts and simplify local maven publishing #20 (@torbsto)
Release 1.1.2
Change Log
1.1.2 (2019-02-21)
Full Changelog
Fixed bugs:
- Coverage always at 0% #13
Merged pull requests:
- Bugfix incorrect repo name in multi module #12 (@AHeise)
- Correctly applying jacoco plugin to all java projects #14 (@AHeise)
Release 1.1.1
Change Log
1.1.1 (2019-02-21)
Full Changelog
Merged pull requests:
- Fixing the release changelog post-deploy script #11 (@AHeise)
- Sonar plugin uses the same java project detection as in sonatype #10 (@AHeise)
Release 1.1.0
Change Log
1.1.0 (2019-02-20)
Full Changelog
Implemented enhancements:
- More intelligent publishing detection #7
Merged pull requests:
- Fixed settings for changelog creation #9 (@AHeise)
- To detect projects with publications, look for non-empty source sets #8 (@AHeise)
- Improved error handling in .travis.yml #6 (@AHeise)
Release 1.0.2
Change Log
1.0.2 (2019-02-20)
Full Changelog
Fixed bugs:
- DisallowLocalRelease not working #1
Implemented enhancements:
- Add changelog generation #3
- Add github release #2
Merged pull requests:
- Adding github release and changelog generation #5 (@AHeise)
- Deferred evaluation of SonatypeSettings#disallowLocalRelease after ta… #4 (@AHeise)