heremaps / gradle-jenkins-jobdsl-plugin

A plugin for Gradle to manage Jenkins Job DSL projects.
https://plugins.gradle.org/plugin/com.here.jobdsl
Apache License 2.0
53 stars 9 forks source link

#117 Make applyDefaultConfiguration final and package scope #118

Closed vudzkostek closed 5 years ago

vudzkostek commented 5 years ago

private method calls in clousure fail for inheritance

This fixes the issue reported in #117

mnonnenmacher commented 5 years ago

Thanks for the contribution @vudzkostek !