Branch: refs/heads/issue-160
Home: https://github.com/jenkinsci/gradle-jpi-plugin
Commit: 078293c928b1d66d927a0c8d6f3870b870f86c68
https://github.com/jenkinsci/gradle-jpi-plugin/commit/078293c928b1d66d927a0c8d6f3870b870f86c68
Author: Steve Hill <[email protected]>
Date: 2020-12-21 (Mon, 21 Dec 2020)
Changed paths:
M
src/main/kotlin/org/jenkinsci/gradle/plugins/accmod/AccessModifierPlugin.kt
M src/main/kotlin/org/jenkinsci/gradle/plugins/accmod/CheckAccess.kt
M
src/main/kotlin/org/jenkinsci/gradle/plugins/accmod/CheckAccessModifierTask.kt
M
src/main/kotlin/org/jenkinsci/gradle/plugins/accmod/CheckAccessParameters.kt
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy
Log Message:
-----------
Address Review Feedback
- Use the main sourceSet's output classesDirs instead of depending on
the classes task. This will filter out the test directories, add
implicit compile<Lang> task dependencies, and automatically filter out
the non-existent directories
- Favor ConfigurableFileCollection over Property<Configuration>
- WorkParams can use val instead of fun
--
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/issue-160/963c55-078293%40github.com.