We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ecd0c3 commit cfbd318Copy full SHA for cfbd318
io.sloeber.core/META-INF/MANIFEST.MF
@@ -26,7 +26,6 @@ Require-Bundle:
26
com.github.luben.zstd-jni;bundle-version="1.5.5",
27
io.sloeber.autoBuild,
28
org.eclipse.cdt.make.core
29
-
30
Export-Package: cc.arduino.packages;x-internal:=true,
31
cc.arduino.packages.discoverers;x-internal:=true,
32
cc.arduino.packages.ssh;x-internal:=true,
io.sloeber.tests/src/io/sloeber/core/RegressionTest.java
@@ -75,7 +75,7 @@ public static void installAdditionalBoards() {
75
* @throws CoreException
76
*/
77
@Test
78
- public void issue555() {
+ public void issue555() throws CoreException {
79
BoardDescription unoBoardid = Arduino.uno().getBoardDescriptor();
80
BoardDescription teensyBoardid = Teensy.Teensy3_1().getBoardDescriptor();
81
0 commit comments