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 42624e5 commit 93af10dCopy full SHA for 93af10d
cics-java-liberty-link-app/build.gradle
@@ -9,6 +9,13 @@ group = 'com.ibm.cicsdev'
9
archivesBaseName='cics-java-liberty-link'
10
version = '1.0.0'
11
12
+
13
+java
14
+{
15
+ sourceCompatibility = JavaVersion.VERSION_1_8
16
+ targetCompatibility = JavaVersion.VERSION_1_8
17
+}
18
19
// If in Eclipse, add Javadoc to the local project classpath
20
eclipse
21
{
0 commit comments