Skip to content

Commit cfbd318

Browse files
author
jan
committed
fix remaining issues in merge
Still some issues but those are not related to the merge but to this branch
1 parent 0ecd0c3 commit cfbd318

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

io.sloeber.core/META-INF/MANIFEST.MF

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Require-Bundle:
2626
com.github.luben.zstd-jni;bundle-version="1.5.5",
2727
io.sloeber.autoBuild,
2828
org.eclipse.cdt.make.core
29-
3029
Export-Package: cc.arduino.packages;x-internal:=true,
3130
cc.arduino.packages.discoverers;x-internal:=true,
3231
cc.arduino.packages.ssh;x-internal:=true,

io.sloeber.tests/src/io/sloeber/core/RegressionTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public static void installAdditionalBoards() {
7575
* @throws CoreException
7676
*/
7777
@Test
78-
public void issue555() {
78+
public void issue555() throws CoreException {
7979
BoardDescription unoBoardid = Arduino.uno().getBoardDescriptor();
8080
BoardDescription teensyBoardid = Teensy.Teensy3_1().getBoardDescriptor();
8181

0 commit comments

Comments
 (0)