Bump gradle wrapper to 6.0.1

This commit is contained in:
Paul Schaub 2020-01-09 19:05:22 +01:00
parent e09e580214
commit 8db9450304
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
2 changed files with 8 additions and 7 deletions

View File

@ -1,5 +1,6 @@
#Thu Jan 09 17:29:58 CET 2020
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-all.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip
zipStoreBase=GRADLE_USER_HOME

View File

@ -1,12 +1,12 @@
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
testImplementation group: 'junit', name: 'junit', version: '4.12'
/*
compile "org.bouncycastle:bcprov-debug-jdk15on:$bouncyCastleVersion"
implementation "org.bouncycastle:bcprov-debug-jdk15on:$bouncyCastleVersion"
/*/
compile "org.bouncycastle:bcprov-jdk15on:$bouncyCastleVersion"
implementation "org.bouncycastle:bcprov-jdk15on:$bouncyCastleVersion"
//*/
compile "org.bouncycastle:bcpg-jdk15on:$bouncyCastleVersion"
implementation "org.bouncycastle:bcpg-jdk15on:$bouncyCastleVersion"
// https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305
compile group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
}