aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-tests
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-as-tests')
-rw-r--r--pdf-as-tests/build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/pdf-as-tests/build.gradle b/pdf-as-tests/build.gradle
index b23b87d5..9b14f7e2 100644
--- a/pdf-as-tests/build.gradle
+++ b/pdf-as-tests/build.gradle
@@ -70,7 +70,8 @@ suiteDir.eachDir { File subDir ->
if(dirname =="public_pdfbox1"){
classpath += sourceSets.pdfBox1.compileClasspath
compileTestJava.classpath += sourceSets.pdfBox1.compileClasspath
- } else /* if(dirname =="public_pdfbox2")*/{
+ }
+ if(dirname =="public_pdfbox2"){
classpath += sourceSets.pdfBox2.compileClasspath
compileTestJava.classpath += sourceSets.pdfBox2.compileClasspath
}