Skip to content

Commit

Permalink
change target version
Browse files Browse the repository at this point in the history
  • Loading branch information
me-no-dev committed Nov 25, 2019
1 parent f0d1ec7 commit 56a6c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo "lib_path: $lib_path"
set -e

mkdir -p bin
javac -target 1.8 -cp "$pde_path:$core_path:$lib_path" \
javac -target 11 -cp "$pde_path:$core_path:$lib_path" \
-d bin src/ESP8266FS.java

pushd bin
Expand Down

0 comments on commit 56a6c51

Please sign in to comment.