##Note At this time I have stopped using Gradle to build Jenkins plugins because I find it slower than maven. It also seems the maven way of writing plugins has more advanced features, like findbugs and coverage.
This plugin is a simple skeleton of an SCM plugin for Jenkins, that you can build using Gradle 2.9, or maven.
This work is based on two tutorials:
- https://wiki.jenkins-ci.org/display/JENKINS/Writing+an+SCM+plugin
- https://github.com/jenkinsci/gradle-jpi-plugin
See the Gradle JPI Plugin