Remove unnecessary line

This commit is contained in:
hedgecrw85 2020-04-06 10:45:53 -05:00
parent ad91c4e562
commit f3d1e897c2
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ compileModuleInfoJava {
jar {
from sourceSets.main.output
from sourceSets.moduleInfo.output
classpath = files()
bnd (
'-exportcontents': 'com.fazecast.jSerialComm;version="' + version + '"',