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