Package: groovy / 2.4.8-1

Metadata

Package Version Patches format
groovy 2.4.8-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_fix_doc_gradle.diff | (download)

build.gradle | 4 0 + 4 - 0 !
gradle/docs.gradle | 77 1 + 76 - 0 !
2 files changed, 1 insertion(+), 80 deletions(-)

 remove code of asciidoctor-gradle-plugin
02_fix_start_script.diff | (download)

src/bin/startGroovy | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 add missing environment variables to startgroovy script
03_ignore_reporting_tools.diff | (download)

build.gradle | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 ignore the reporting tools (findbugs, checkstyle, rat, etc)
04_ignore_bintray.diff | (download)

build.gradle | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 ignore the unused publication to artifactory
05_buildscripts_dependencies.diff | (download)

gradle/utils.gradle | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 force gradle/utils.gradle to use the local dependencies
 (for some reason gradle-debian-helper fails its injection in this buildscript)
06_ignore_documentation_publication.diff | (download)

build.gradle | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 ignore the unused publication of the documentation
07_servlet_api_compatibility.patch | (download)

subprojects/groovy-servlet/src/main/java/groovy/servlet/ServletBinding.java | 14 14 + 0 - 0 !
1 file changed, 14 insertions(+)

 fixes the compatibility with the latest version of the servlet api in debian
transition_Gradle_3.1.patch | (download)

gradle/docs.gradle | 11 5 + 6 - 0 !
1 file changed, 5 insertions(+), 6 deletions(-)

 transtion to gradle 3.1
 This patch makes the build scripts compatible with Gradle 3.1