[rest-gradle-plugin] 70/83: Added compatiblity with java versions 6 and 7
Alastair McKinstry
mckinstry at moszumanska.debian.org
Wed Oct 25 15:59:08 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository rest-gradle-plugin.
commit d7a36cc59e5ff0c8a05f9ef60aca0bb1d2e23baa
Author: Ben Fortuna <bfortuna at odecee.com.au>
Date: Wed May 18 12:39:28 2016 +1000
Added compatiblity with java versions 6 and 7
---
build.gradle | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 2702e71..89253b1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,6 +35,9 @@ apply plugin: 'com.gradle.plugin-publish'
group = 'org._10ne.gradle'
+sourceCompatibility = 1.6
+targetCompatibility = 1.6
+
repositories {
jcenter()
}
@@ -42,7 +45,7 @@ repositories {
dependencies {
compile gradleApi()
compile 'org.codehaus.groovy:groovy-all:2.4.4'
- compile('org.codehaus.groovy.modules.http-builder:http-builder:0.7.1') {
+ compile('org.codehaus.groovy.modules.http-builder:http-builder:0.7.2') {
exclude group: 'org.codehaus.groovy', module: 'groovy-all'
exclude group: 'org.codehaus.groovy', module: 'groovy'
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/rest-gradle-plugin.git
More information about the pkg-java-commits
mailing list