Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 32fc9e7b920643a21542ca42ecc9a3a5f3f9d0f0
      
https://github.com/jenkinsci/gradle-jpi-plugin/commit/32fc9e7b920643a21542ca42ecc9a3a5f3f9d0f0
  Author: Steve Hill <[email protected]>
  Date:   2019-04-01 (Mon, 01 Apr 2019)

  Changed paths:
    M build.gradle

  Log Message:
  -----------
  Ensure testGradle rule matches

Otherwise this interferes with the cleanTest task that IntelliJ runs


  Commit: 792be79d9e7b5d69b04733827bb45b91a7c095b4
      
https://github.com/jenkinsci/gradle-jpi-plugin/commit/792be79d9e7b5d69b04733827bb45b91a7c095b4
  Author: Steve Hill <[email protected]>
  Date:   2019-04-01 (Mon, 01 Apr 2019)

  Changed paths:
    M CHANGELOG.md
    M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
    M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPomCustomizer.groovy
    M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPomCustomizerIntegrationSpec.groovy
    M src/test/resources/org/jenkinsci/gradle/plugins/jpi/complex-pom.xml
    A 
src/test/resources/org/jenkinsci/gradle/plugins/jpi/minimal-pom-with-description.xml

  Log Message:
  -----------
  Use Gradle POM DSL for customizations

- First introduced in Gradle 4.8 (released 2018-06-04)[1]
- Allows this to gracefully co-exist with other plugins that also
  customize the POM. The concrete issue this addresses is a
  conflict with another plugin that also set the POM's description
  from the project's description. This works OK when both use the
  dsl, but when just one does we end up with duplicate nodes and
  publishing fails
- Some test files are changed because the XML comparison function
  relies on ordering in the document. The contents remain the same

[1]: 
https://docs.gradle.org/4.8/release-notes.html#customizing-the-generated-pom


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/f3c8371c25eb...792be79d9e7b

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to