Upgraded gradle to 2.12

This commit is contained in:
Jeroen van Erp
2016-03-18 11:43:20 +01:00
parent 0532f27a78
commit 94113eb6f5
2 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
plugins {
id "java"
id "maven"
id "signing"
id "osgi"
}
apply plugin: "java"
apply plugin: "maven"
apply plugin: "signing"
@@ -67,6 +74,7 @@ jar {
instruction "Bundle-License", "http://www.apache.org/licenses/LICENSE-2.0.txt"
instruction "Import-Package", "!net.schmizz.*"
instruction "Import-Package", "javax.crypto*"
instruction "Import-Package", "net.i2p*"
instruction "Import-Package", "com.jcraft.jzlib*;version=\"[1.1,2)\";resolution:=optional"
instruction "Import-Package", "org.slf4j*;version=\"[1.7,5)\""
instruction "Import-Package", "org.bouncycastle*"

View File

@@ -1,6 +1,6 @@
#Wed Nov 04 09:47:51 CET 2015
#Fri Mar 18 11:26:35 CET 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-all.zip