summaryrefslogtreecommitdiffstats
path: root/games/multimc/files/patch-libraries_launcher_CMakeLists.txt
blob: 8578570cc29d80a22913baf873d13bec6b3984d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libraries/launcher/CMakeLists.txt.orig	2021-10-06 18:04:41 UTC
+++ libraries/launcher/CMakeLists.txt
@@ -4,7 +4,7 @@ find_package(Java 1.6 REQUIRED COMPONENTS Development)
 
 include(UseJava)
 set(CMAKE_JAVA_JAR_ENTRY_POINT org.multimc.EntryPoint)
-set(CMAKE_JAVA_COMPILE_FLAGS -target 1.6 -source 1.6 -Xlint:deprecation -Xlint:unchecked)
+set(CMAKE_JAVA_COMPILE_FLAGS -target 1.7 -source 1.7 -Xlint:deprecation -Xlint:unchecked)
 
 set(SRC
     org/multimc/EntryPoint.java