Skip to content

Releases: jdigger/gradle-defaults

v4.0.1: Release of 4.0.1

25 Jun 21:19

Choose a tag to compare

- Fixed not using the version set for Checker and Lombok
- Lots of refactoring to reduce interpackage dependencies
- Upgraded to Kotlin 1.1.2
- Fix detectTopPackageName(..)
- Cleanup Release plugin
- Update license year
- Upgraded to dokka 0.9.13
- ExtLicensePlugin now operates independently of DefaultsPlugin
- Cleanup of ExtGhPagesPlugin
- The Lombok and Checker plugins now imply the extended IntelliJ plugin when the "org.gradle.idea" plugin is used
- The Lombok and Checker plugins now imply the extended Java plugin
- Added Kotlin Gradle Plugin to offline testing cache
- Turn off Gradle daemon in integration tests
- Using Docker directly for Travis
- Turn down integration test logging level
- Added Kotlin Gradle Plugin to offline testing cache
- Update .travis.yml to support Git-LFS
- Upgrade build to use Gradle-Defaults 4.0.0

v4.0.0

23 Feb 22:07

Choose a tag to compare

Converted all of the "Config" classes to be Plugins

Also upgrade to Kotlin 1.0.6

v3.0.0

16 Feb 21:18

Choose a tag to compare

Added Kotlin as a supported language for configuration.

Much improved documentation.

The creation of the *Config classes now generally use Java Futures to give the Project as chance to finish evaluating before activating some of the changes.

DefaultsExtension now supports project inheritance, getting its values from its parent project unless a value is overridden in the child.

Changed "id" to "orgId" in DefaultsExtension to make it clearer what it is for.

v2.3.2: Release of 2.3.2

08 Aug 20:51

Choose a tag to compare

- Fix BinTray plugin not getting package name/repo

v1.0.2

05 Nov 02:57

Choose a tag to compare

Fix bug in applying license years

v1.0.1

05 Nov 02:57

Choose a tag to compare

  • Fill out more of the JAR Manifest
  • Add the maven-publish plugin
  • Set source and target compatibility based on compatibilityVersion
  • Changed to use Netflix Nebula-Test
  • Adds the jcenter() repository.
  • Self-references to 1.0.0

v1.0.0

05 Nov 02:56

Choose a tag to compare

  • Cleanup for 1.0.0 release
  • Own dog food: Eat
  • Update integration links
  • Added IDEA configuration
  • Improved Bintray support
  • Fixed formatting
  • Updated references to com.mooregreatsoftware
  • Moved classes from org.ajoberstar to com.mooregreatsoftware
  • Forked from ajoberstar/gradle-defaults@a82a5cc