Skip to content

Commit 5bba2d6

Browse files
author
David Staheli
committed
Make build.gradle compatible with Java 9+
1 parent f049201 commit 5bba2d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ version = '1.0-SNAPSHOT'
66

77
description = """Hello world sample web app"""
88

9-
sourceCompatibility = 1.5
10-
targetCompatibility = 1.5
9+
sourceCompatibility = 1.8
10+
targetCompatibility = 1.8
1111

1212
repositories {
1313
maven { url "http://repo.maven.apache.org/maven2" }

0 commit comments

Comments
 (0)