diff options
author | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2021-07-07 08:28:23 +0200 |
---|---|---|
committer | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2021-07-07 08:28:44 +0200 |
commit | 7713e14c11d1952f2b572c22e9c976be891815fb (patch) | |
tree | c3b18127f17c5814d60990c8632c6240833aee64 /build.gradle | |
parent | 158ecb23383c67145833306adb5030dfa0fba620 (diff) | |
download | pdf-as-4-7713e14c11d1952f2b572c22e9c976be891815fb.tar.gz pdf-as-4-7713e14c11d1952f2b572c22e9c976be891815fb.tar.bz2 pdf-as-4-7713e14c11d1952f2b572c22e9c976be891815fb.zip |
Workaround for issue #51
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 7ef1711c..679faf5c 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' + version = '4.2.0-signatureVerificationPortal' } configurations { |