Branch: refs/heads/master
Home: https://github.com/jenkinsci/coding-webhook-plugin
Commit: 8e59b93af61a1bef42702a91f032afb4add6b4b9
https://github.com/jenkinsci/coding-webhook-plugin/commit/8e59b93af61a1bef42702a91f032afb4add6b4b9
Author: René Scheibe <[email protected]>
Date: 2020-07-24 (Fri, 24 Jul 2020)
Changed paths:
M build.gradle
M gradle/wrapper/gradle-wrapper.jar
M gradle/wrapper/gradle-wrapper.properties
M gradlew
M gradlew.bat
Log Message:
-----------
Modernize plugin build (#24)
1) Upgrade Java
Java 7 is end-of-life since quite some time. Therefore raising the required
Java version to 8. In addition raising the required Jenkins version to the
2.60.x line which was the first one that supported Java 8.
2) Uprade Gradle & JPI plugin
In version 0.36.0 of the jpi plugin bundling the classes has been changed.
Instead of putting them into the HPI file under WEB-INF/classes/, they are
now put into a JAR file under WEB-INF/lib/. This is required for Jenkins
JAR file prefetching & caching to work properly (see JENKINS-15120).
3) Update dependencies
Either upgrading them to stay up-to-day or removing some. With the
upgrade of Gradle and the JPI plugin transitive dependencies are
handled much better. This removes the need to declare them explicitly.
--
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/coding-webhook-plugin/push/refs/heads/master/8426ce-8e59b9%40github.com.