Skip to content

Commit

Permalink
bump default java target version to 1.8 (lcm-proj#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuang authored Jan 8, 2020
1 parent 2327020 commit 2357c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lcm-java/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include(UseJava)

set(LCM_JAVA_TARGET_VERSION "1.6" CACHE STRING
set(LCM_JAVA_TARGET_VERSION "1.8" CACHE STRING
"Java version to target when building Java components (leave empty to use default)"
)
if(NOT LCM_JAVA_TARGET_VERSION STREQUAL "")
Expand Down

0 comments on commit 2357c6a

Please sign in to comment.