- Update to newer version of license plugin 0.14.0
- Now works with our facet plugin
- BUGFIX: Only set defaultVersionStrategy if nebula.release found
- Update gradle-java-cross-compile-plugin from 0.8.0 -> 0.9.0
- Update nebula-release-plugin from 6.0.0 -> 6.0.1
- Update gradle-git from 1.7.1 -> 1.7.2
- Update nebula-publishing-plugin from 5.1.1 -> 5.1.3
- BREAKING: Swap candidate to default to publish to candidate repo
- BREAKING: Requires jdk8
- BUGFIX: update gradle-info-plugin from 3.3.3 -> 3.3.4 to fix issue with empty configurations and manifest generation
- Update gradle-dependency-lock-plugin from 4.3.0 -> 4.3.1
- BUGFIX: Update where flag is read to swap to separate candidate repository
- Add ability to configure that candidate builds should go to a known non jcenter/mavenCentral repository
- Upgrade to gradle 3.1
- Add excludes on some file types so they'll be ignored by the license plugin
- Upgrade to gradle 3.0
- Update nebula-publishing-plugin to include
nebula.compile-api
to addcompileApi
configuration
- Update bintray/artifactory dependencies to fix tasks task
- Republish
- nebula.nebula-release 3.2.0->4.0.1
- nebula.nebula-bintray 3.3.1->3.3.3
- Fixes tasks task on multiprojects
- Update to latest bintray plugin
- Add tests to make sure
./gradlew tasks
succeeds
- BUGFIX: fix issue with publishing useless top level pom and breaking mavenCentral sync
- Upgrade nebula-release-plugin to 3.0.2 to fix rc release from travis
- Fix a plugin ordering bug that will cause projects to upload as unspecified
- Updated email address
- Remove block that was disabling javadoc linting
- move to gradle 2.6
- cleanup plugin due to changes in nebula-release-plugin and nebula-bintray-plugin
- nebula-release will no longer publish to bintray if tests are failing
- Update nebula-release to 2.2.7, calculate version once for multiproject
- Further modification to release.travisci to remove more checks.
- Update gradle-dependency-lock to 2.2.2
- Add release.travisci flag to disable some checks if building from a tag.
- Update nebula-release to 2.2.5 to pick up major.minor.x release branches
- Update all nebula dependencies to 2.2.x branch
- Didn't merge pull request
- Create a manifest of jars published by a project to ease internal importing
- Fix bintray snapshot publishing for multiprojects
- Update nebula-publishing-plugin to fix an issue with publishing war projects in a multiproject.
- Fix some issues with multiprojects
- Added a default developer to the contacts section
- Added some sanity integration tests
- Have snapshot builds upload to oss.jfrog.org instead of standard bintray
- Throw build exception if users try to use devSnapshot
- Move to nebula.nebula-plugin 2.0.2
- initial release