Skip to content

Commit 93af10d

Browse files
Be explicit about Java source/target
1 parent 42624e5 commit 93af10d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cics-java-liberty-link-app/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ group = 'com.ibm.cicsdev'
99
archivesBaseName='cics-java-liberty-link'
1010
version = '1.0.0'
1111

12+
13+
java
14+
{
15+
sourceCompatibility = JavaVersion.VERSION_1_8
16+
targetCompatibility = JavaVersion.VERSION_1_8
17+
}
18+
1219
// If in Eclipse, add Javadoc to the local project classpath
1320
eclipse
1421
{

0 commit comments

Comments
 (0)