diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 679faf5c..e5f1d447 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { allprojects { apply plugin: "com.github.ben-manes.versions" repositories { mavenCentral() } - version = '4.2.0-signatureVerificationPortal' + version = '4.2.0-pdfOver' } configurations { @@ -42,7 +42,6 @@ task checkCVE { } } - subprojects { apply plugin: 'java-library' apply plugin: 'eclipse' |