Skip to content

Commit d841e44

Browse files
committed
upd target
1 parent c05e27e commit d841e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ echo "lib_path: $lib_path"
1919
set -e
2020

2121
mkdir -p bin
22-
javac -target 1.8 -cp "$pde_path:$core_path:$lib_path" \
22+
javac -target 1.9 -cp "$pde_path:$core_path:$lib_path" \
2323
-d bin src/ESP8266FS.java
2424

2525
pushd bin

0 commit comments

Comments
 (0)