Branch: refs/heads/master
Home: https://github.com/jenkinsci/gradle-jpi-plugin
Commit: bd202025768d5aa13c5231e05f25474d1cc1e606
https://github.com/jenkinsci/gradle-jpi-plugin/commit/bd202025768d5aa13c5231e05f25474d1cc1e606
Author: Steve Hill <[email protected]>
Date: 2023-06-21 (Wed, 21 Jun 2023)
Changed paths:
R
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/server/InstallJenkinsServerPluginsTask.groovy
A src/main/java/org/jenkinsci/gradle/plugins/jpi/core/ArchiveExtensions.java
A
src/main/java/org/jenkinsci/gradle/plugins/jpi/server/InstallJenkinsServerPluginsTask.java
M
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/server/InstallJenkinsServerPluginsTaskSpec.groovy
Log Message:
-----------
InstallJenkinsServerPluginsTask -> java
- Remove project references by injecting ProjectLayout
- Remove project references by injecting FileSystemOperations
- Define action in TaskAction instead of doLast in constructor
- Normalize task re-running across Java 8 and Java 11 by marking
classpath as Internal and filtering the collection to plugins only
as a new Classpath input
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/bfd0ec-bd2020%40github.com.