Skip to content
Commits on Source (3)
groovy (2.4.15-3) unstable; urgency=medium
* Team upload.
* Drop build-dep on default-jdk-headless | default-jdk in favor of
simply default-jdk to address FTBFS. (Closes: #904783)
* Bump Standards-Version to 4.2.1
-- tony mancill <tmancill@debian.org> Tue, 04 Sep 2018 21:00:55 -0700
groovy (2.4.15-2) unstable; urgency=medium
* Team upload.
......
......@@ -9,7 +9,7 @@ Build-Depends:
antlr,
bnd (>= 2.1.0),
debhelper (>= 11),
default-jdk-headless | default-jdk,
default-jdk,
default-jdk-doc,
gradle-debian-helper,
ivy,
......@@ -29,7 +29,7 @@ Build-Depends:
maven-repo-helper,
testng,
unzip
Standards-Version: 4.1.4
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/groovy.git
Vcs-Browser: https://salsa.debian.org/java-team/groovy
Homepage: http://www.groovy-lang.org
......