Releases: xvik/generator-lib-java
Releases · xvik/generator-lib-java
2.3.0
- Yeoman generator 1.0 compatibility
- Update gradle 3.0 -> 3.3
- Update gradle-bintray-plugin 1.7.1 -> 1.7.3
- Update gradle-release-plugin 2.4.1 -> 2.5.0
- Update coveralls-gradle-plugin 2.6.3 -> 2.7.1
- Update gradle-quality-plugin 2.0.0 -> 2.1.0
- Fix report path in showDependenciesTree task and remove deprecated left shift syntax
2.2.0
- Update gradle 2.12 -> 3.0
- Update gradle-java-lib-plugin 1.0.1 -> 1.0.4
- Update gradle-animalsniffer-plugin 1.0.1 -> 1.2.0
- Update gradle-quality-plugin 1.3.0 -> 2.0.0
- Update gradle-bintray-plugin 1.6 -> 1.7.1
- Update gradle-versions-plugin 0.12.0 -> 0.13.0
- Update gradle-release-plugin 2.3.5 -> 2.4.1
- Update mode:
- now able to overwrite travis,yml, .gitignore and gradle script files
- fix maven central sync logic
2.1.0
- Update gradle-versions-plugin 0.11.3 -> 0.12.0
- Update coveralls-gradle-plugin 2.4.0x -> 2.6.3
- Update gradle-bintray-plugin 1.5 -> 1.6
- Update gradle-release-plugin 2.3.4 -> 2.3.5
- Update gradle-quality-plugin 1.2.0 -> 1.3.0
- Update gradle-animalsniffer-plugin 1.0.0 -> 1.0.1
- Update gradle-github-info-plugin 1.0.0 -> 1.1.0
- New plugin will specify github repo and changelog file
(if recognize) for bintray package (useful for package creation)
- New plugin will specify github repo and changelog file
- Improve travis cache configuration (according to travis guide)
- Update gradle 2.10 -> 2.12
- Animalsniffer signatures:
- Replace java16-sun to java16
- Replace whildcard versions (
+
) to actual latest signature versions
2.0.0
- Build logic extracted to gradle plugins. As a result, only one small build file required now:
- removed build-deps.gradle
- removed all geadle files inside gradle/ folder
- Quality tools configs (gradle/config) removed: they are maintained by gradle quality plugin
- Update gradle 2.8 -> 2.10
1.1.4
- Change maven badge from maven-badges.herokuapp.com to shields.io (but link still leads to maven-badges.herokuapp.com)
- Change bintray badge to shields.io badge (for custom label)
- Update gradle 2.6 -> 2.8
- Update checkstyle 6.9 -> 6.11.2
- compatibility.jar is not required anymore and must be removed from gradle/config/checkstyle/compatibility.jar
- Update pmd 5.3.3 -> 5.4.0
- Update gradle-bintray-plugin 1.3.1 -> 1.4
- Update gradle-release 2.2.0 -> 2.3.0
1.1.3
- Update gradle 2.5 -> 2.6
- Update checkstyle 6.8.1 -> 6.9
- Update gradle-bintray-plugin 1.2 -> 1.3.1
- Update gradle-release plugin 2.1.2 -> 2.2.0
- Update .travis.yml to use container infrastructure and enable cache for gradle dependencies
1.1.2
1.1.1
1.1.0
- Update coveralls-gradle-plugin 2.3.1 -> 2.4.0
- Update gradle-versions-plugin 0.9 -> 0.11.3
- Update gradle-release 2.0.2 -> 2.1.2
- Update checkstyle 6.5 -> 6.7
- Update pmd 5.2.3 -> 5.3.2
- Add strictQualityCheck option to build.gradle to be able to disable build fail on quality plugin warnings
- Remove anonymous analytics
- Add snapshots section to readme: describes how to use JitPack
1.0.4
- Update gradle 2.3 -> 2.4
- Update gradle-bintray-plugin 1.1 -> 1.2
- Update gradle-versions-plugin 0.8 -> 0.9
- Remove explicit pmd dependencies because gradle now supports pmd 5.2 and above (not updated to 5.3.1 because of regression https://sourceforge.net/p/pmd/bugs/1331/)
- Update checkstyle 6.4.1 -> 6.5 (not updated to 6.6 because it fails with NPE sometimes)
- Switch gradle-release-plugin from com.github.townsfolk:gradle-release to net.researchgate:gradle-release (old plugin abandoned and this one is the new version)
- Removed checkOutOfDate task: use dependencyUpdates task instead (provided by version plugin)
- Apply correct groups for custom tasks