From 510fca957d9cf00260efe7ed78a663d46c69adb7 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Fri, 26 Mar 2021 09:54:41 +0100 Subject: update gradle build-process to wrapper 6.8.3 --- pdf-as-legacy/build.gradle | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'pdf-as-legacy/build.gradle') diff --git a/pdf-as-legacy/build.gradle b/pdf-as-legacy/build.gradle index e82c265f..9b5d685d 100644 --- a/pdf-as-legacy/build.gradle +++ b/pdf-as-legacy/build.gradle @@ -1,4 +1,4 @@ -apply plugin: 'java' +apply plugin: 'java-library' apply plugin: 'eclipse' apply plugin: 'java-library-distribution' @@ -15,13 +15,13 @@ repositories { } dependencies { - compile project (':pdf-as-lib') - compile project (':pdf-as-moa') - compile project (':signature-standards:sigs-pkcs7detached') - compile project (':signature-standards:sigs-pades') - compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.1' - compile group: 'commons-codec', name: 'commons-codec', version: '1.8' - testCompile group: 'junit', name: 'junit', version: '4.+' + implementation project (':pdf-as-lib') + implementation project (':pdf-as-moa') + implementation project (':signature-standards:sigs-pkcs7detached') + implementation project (':signature-standards:sigs-pades') + implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0' + implementation group: 'commons-codec', name: 'commons-codec', version: '1.15' + testImplementation group: 'junit', name: 'junit', version: '4.+' } task releases(type: Copy) { -- cgit v1.2.3