Branch: refs/heads/master
Home: https://github.com/jenkinsci/gradle-jpi-plugin
Commit: 323cb289244b28dbef4ec20d6d2fae517222292b
https://github.com/jenkinsci/gradle-jpi-plugin/commit/323cb289244b28dbef4ec20d6d2fae517222292b
Author: Steve Hill <[email protected]>
Date: 2020-12-31 (Thu, 31 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
A
src/test/groovy/org/jenkinsci/gradle/plugins/accmod/CheckAccessModifierCachingIntegrationSpec.groovy
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/TestSupport.groovy
Log Message:
-----------
Add output for checkAccessModifier caching
The task cannot be cached without output. The output is only ever empty
on success. By enabling caching, we can skip scanning all the classes
for using annotated methods on each build unless the compilation
classpath has changed.
--
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/e9766a-323cb2%40github.com.