aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@iaik.tugraz.at>2023-01-12 12:30:11 +0000
committerThomas Lenz <thomas.lenz@iaik.tugraz.at>2023-01-12 12:30:11 +0000
commit6fada4e066d79f55491ceafa84eb4a436b519913 (patch)
treee0c57f79dc1a57d3f6c4e3af1d982b750bad96f9 /build.gradle
parente78fccac558a93f18bae96ddb6c8e131afaf946d (diff)
parentab328e055e01b12a91c8ccee4ac0cbea3e0fb282 (diff)
downloadpdf-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.gradle2
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) {