Skip to content

Commit a30a643

Browse files
committed
Changes compatibility for source and target to 1.8 (was 1.7)
1 parent 6472286 commit a30a643

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
@@ -4,8 +4,8 @@ version = '3.0.0'
44
group = 'org.hjson'
55
description = """Hjson, the Human JSON."""
66

7-
sourceCompatibility = 1.7
8-
targetCompatibility = 1.7
7+
sourceCompatibility = 1.8
8+
targetCompatibility = 1.8
99

1010
sourceSets {
1111
main {

0 commit comments

Comments
 (0)