From f3d1e897c271ed668ffcfc3af7ad344fe786f11b Mon Sep 17 00:00:00 2001 From: hedgecrw85 Date: Mon, 6 Apr 2020 10:45:53 -0500 Subject: [PATCH] Remove unnecessary line --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 86507b6..fa9fdd0 100644 --- a/build.gradle +++ b/build.gradle @@ -83,7 +83,6 @@ compileModuleInfoJava { jar { from sourceSets.main.output from sourceSets.moduleInfo.output - classpath = files() bnd ( '-exportcontents': 'com.fazecast.jSerialComm;version="' + version + '"',