Skip to content

Releases: xvik/generator-lib-java

2.3.0

23 Jan 22:12
Compare
Choose a tag to compare
  • 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

09 Sep 02:00
Compare
Choose a tag to compare
  • 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

14 Apr 20:51
Compare
Choose a tag to compare
  • 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
  • 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

07 Jan 00:39
Compare
Choose a tag to compare
  • 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

Migration guide from 1.x

1.1.4

27 Oct 17:50
Compare
Choose a tag to compare
  • 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

12 Aug 19:36
Compare
Choose a tag to compare
  • 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

29 Jul 14:46
Compare
Choose a tag to compare
  • Fix java 7 build compatibility

1.1.1

29 Jul 13:46
Compare
Choose a tag to compare
  • Update gradle 2.4 -> 2.5
  • Update checkstyle 6.7 -> 6.8.1 (with compatibility fix)
  • Update pmd 5.3.2 -> 5.3.3

1.1.0

27 Jun 13:21
Compare
Choose a tag to compare
  • 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

07 May 09:02
Compare
Choose a tag to compare
  • 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