ghale / gradle-jenkins-plugin

Gradle plugin to programmatically configure Jenkins jobs.
123 stars 42 forks source link

Added JDK6 compatibility as this is a Gradle plugin #53

Closed ysb33r closed 9 years ago

ysb33r commented 9 years ago

Addresses the JDK7 (#52) issue, but explicitly targeting JDK6 as compatibility level. Given that Gradle 2.x is still JDK6-compatible, it is recommended that plugins keep this level of compatibility too.