diff options
author | Thomas Lenz <thomas.lenz@iaik.tugraz.at> | 2023-01-12 12:30:11 +0000 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@iaik.tugraz.at> | 2023-01-12 12:30:11 +0000 |
commit | 6fada4e066d79f55491ceafa84eb4a436b519913 (patch) | |
tree | e0c57f79dc1a57d3f6c4e3af1d982b750bad96f9 /build.gradle | |
parent | e78fccac558a93f18bae96ddb6c8e131afaf946d (diff) | |
parent | ab328e055e01b12a91c8ccee4ac0cbea3e0fb282 (diff) | |
download | pdf-as-4-6fada4e066d79f55491ceafa84eb4a436b519913.tar.gz pdf-as-4-6fada4e066d79f55491ceafa84eb4a436b519913.tar.bz2 pdf-as-4-6fada4e066d79f55491ceafa84eb4a436b519913.zip |
Merge branch 'feature/issue_73' into 'development'
feat(signatureblock): optimize processing for signed documents with less space for signature block
See merge request egiz/pdf-as-4!9
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 449802e5..be66b393 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ subprojects { dependencies { compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.24' annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.24' - testImplementation 'junit:junit:4.13.2' + testImplementation 'junit:junit:4.13.2' } task sourcesJar(type: Jar, dependsOn: classes) { |