We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254f442 commit c695373Copy full SHA for c695373
build.sh
@@ -28,7 +28,7 @@
28
29
REV=0.10.5
30
ZIP_FILENAME=WiFi101-Updater-ArduinoIDE-Plugin-$REV
31
-REQUIRED_JARS="pde.jar arduino-core.jar jssc-2.8.0-arduino2.jar bcpg-jdk15on-152.jar bcprov-jdk15on-152.jar commons-lang3-3.3.2.jar commons-codec-1.7.jar"
+REQUIRED_JARS="pde.jar arduino-core.jar jssc-2.8.0-arduino3.jar bcpg-jdk15on-152.jar bcprov-jdk15on-152.jar commons-lang3-3.3.2.jar commons-codec-1.7.jar"
32
33
# Check existence of the IDE folder
34
if [[ -z "$IDE_FOLDER" ]]; then
0 commit comments