Skip to content

Releases: nebula-plugins/nebula-publishing-plugin

v4.7.0

30 May 22:21
Compare
Choose a tag to compare
  • Removes nebula-core dependency on latest.release which causes compatibility issues with older versions of Gradle
  • Uses stock nebula plugin build configuration so we're not at risk of broken build logic like this again

v4.6.0

11 May 00:28
Compare
Choose a tag to compare
  • Publish the selected group and name for dependencies, so that published dependencies reflect resolution rules and module replacements (a workaround for https://issues.gradle.org/browse/GRADLE-3390)
  • Add revConstraint for Ivy dependencies that have dynamic constraints

v4.5.0

11 May 00:25
Compare
Choose a tag to compare

Make ivy-excludes conditional on Gradle version to avoid duplicate excludes due to Gradle 2.11's support for Ivy excludes.

v4.4.4

01 Dec 00:35
Compare
Choose a tag to compare
  • Add conf to test jar and add safety checks to origin URL manipulation

v4.4.3

18 Nov 23:28
Compare
Choose a tag to compare

Bugfix to add conf and type to source and javadoc jar artifacts published to Ivy repositories

v4.4.2

12 Nov 23:11
Compare
Choose a tag to compare
  • Bugfix to guard against trying to apply dependency excludes on transitive deps

v4.4.1

05 Nov 00:17
Compare
Choose a tag to compare
  • Fix build.gradle to publish to plugin portal

4.4.0

  • Removed nebula.maven-dependencies and nebula.ivy-dependencies because we no longer care about publishing WARs and building insight from their dependencies
  • Added the minimal set of configurations to Ivy files necessary to make them Maven interoperable.
  • BUGFIX: Update nebula.test-jar to behave as documented during interproject dependency

v4.3.2

03 Nov 20:43
Compare
Choose a tag to compare
  • Bugfix so that if these plugins are applied without a language plugin they do not fail the project

v4.3.0

26 Oct 21:15
Compare
Choose a tag to compare
  • Remove the need for the afterEvaluate check to determine jar or war

v4.2.2

20 Oct 21:30
Compare
Choose a tag to compare
  • Fix issue where a changed status was not being reflected in the published ivy file
  • move to gradle 2.8