Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: eb8c086936108b244457074589011122ccf2724e https://github.com/jenkinsci/gradle-jpi-plugin/commit/eb8c086936108b244457074589011122ccf2724e Author: Stefan Wolf <stefan.wolf....@gmail.com> Date: 2020-01-03 (Fri, 03 Jan 2020)
Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy Log Message: ----------- Do not publish Gradle module metadata Currently, this would produce a module metadata file which can't be consumed by downstream projects, since it doesn't contain any dependencies and only the hpi variant and not jar variant. Until this is fixed, Gradle module metadata shouldn't be published. Commit: b4a66262ba3e8db4257a7f4e2ac3617d80f29acf https://github.com/jenkinsci/gradle-jpi-plugin/commit/b4a66262ba3e8db4257a7f4e2ac3617d80f29acf Author: Stefan Wolf <stefan.wolf....@gmail.com> Date: 2020-01-04 (Sat, 04 Jan 2020) Changed paths: M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy Log Message: ----------- Fix CodeNarc error by shortening task Using task abbreviation, the line length is now shorter than 120 characters. I wonder if it would be better to allow longer lines for tests... Commit: 0bf5a55b8da8e2f4db52deefec42cddf58df67b1 https://github.com/jenkinsci/gradle-jpi-plugin/commit/0bf5a55b8da8e2f4db52deefec42cddf58df67b1 Author: Steve Hill <sghill....@gmail.com> Date: 2020-01-04 (Sat, 04 Jan 2020) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy Log Message: ----------- Merge pull request #127 from wolfs/disable-gradle-module-metadata Do not publish Gradle module metadata Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/76d654ab31a2...0bf5a55b8da8 -- 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 jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/76d654-0bf5a5%40github.com.