We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5259513 commit 78609c9Copy full SHA for 78609c9
java/gradle.properties
@@ -1,6 +1,9 @@
1
# The source and target versions of Java for compilation tasks
2
-sourceCompatibility=1.7
3
-targetCompatibility=1.7
+# We target a very old version to stay compatible with SAS. Our SAS macros wrap the Java remoteapi and run in the
+# SAS-bundled private JRE. Starting with SAS 9.4M6 (released in late 2018), the SAS Private JRE is based on Java 8.
4
+# https://support.sas.com/en/documentation/third-party-software-reference/9-4/support-for-java.html
5
+sourceCompatibility=1.8
6
+targetCompatibility=1.8
7
8
fluentHcVersion=4.3.5
9
0 commit comments