Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-jpi-plugin Commit: a1f77b818a7ed947398c94da8bb74678ce5d0109 https://github.com/jenkinsci/gradle-jpi-plugin/commit/a1f77b818a7ed947398c94da8bb74678ce5d0109 Author: Steve Hill <sghill....@gmail.com> Date: 2019-11-10 (Sun, 10 Nov 2019)
Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/GenerateTestHpl.groovy Log Message: ----------- Make GenerateTestHpl#hplDir property final Fixes Gradle warning: Warning: Type 'org.jenkinsci.gradle.plugins.jpi.GenerateTestHpl': property 'hplDir' of mutable type 'org.gradle.api.file.DirectoryProperty' is writable. Properties of this type should be read-only and mutated via the value itself Commit: 6330617b4e89c080e97855d7254e504d1f0535a1 https://github.com/jenkinsci/gradle-jpi-plugin/commit/6330617b4e89c080e97855d7254e504d1f0535a1 Author: Steve Hill <sghill....@gmail.com> Date: 2019-11-10 (Sun, 10 Nov 2019) Changed paths: M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/TestDependenciesTask.groovy Log Message: ----------- Update TestDependenciesTask#configuration property Introduce a getter to annotate since annotations are setters are ignored. Update the annotation from @Input to @Classpath to fix warning: Warning: Type 'org.jenkinsci.gradle.plugins.jpi.TestDependenciesTask': property 'configuration' has @Input annotation used on property of type org.gradle.api.artifacts.Configuration. Commit: af70dd5894759c540cdb767d97be1ebba55cf001 https://github.com/jenkinsci/gradle-jpi-plugin/commit/af70dd5894759c540cdb767d97be1ebba55cf001 Author: Steve Hill <sghill....@gmail.com> Date: 2019-11-10 (Sun, 10 Nov 2019) Changed paths: M build.gradle M gradle/wrapper/gradle-wrapper.properties M settings.gradle Log Message: ----------- Gradle 6.0 - Remove GRADLE_METADATA feature flag; this is now on by default and produces a warning when built with Gradle 6.0 - Update test tasks to include 4.10.3 and 5.6.4 Release notes: https://docs.gradle.org/6.0/release-notes.html Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/d6312ceefde9...af70dd589475 -- 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/d6312c-af70dd%40github.com.