We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc8127 commit ff7d0fbCopy full SHA for ff7d0fb
1 file changed
src/api/java/CMakeLists.txt
@@ -187,6 +187,8 @@ add_custom_target(build_z3_java_bindings
187
# TODO: Should we set ``CMAKE_JNI_TARGET`` to ``TRUE``?
188
# REMARK: removed VERSION to fix issue with using this to create installations.
189
190
+set(CMAKE_JAVA_COMPILE_FLAGS -source 1.8 -target 1.8)
191
+
192
add_jar(z3JavaJar
193
SOURCES ${Z3_JAVA_JAR_SOURCE_FILES_FULL_PATH}
194
OUTPUT_NAME ${Z3_JAVA_PACKAGE_NAME}
0 commit comments