We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6472286 commit a30a643Copy full SHA for a30a643
1 file changed
build.gradle
@@ -4,8 +4,8 @@ version = '3.0.0'
4
group = 'org.hjson'
5
description = """Hjson, the Human JSON."""
6
7
-sourceCompatibility = 1.7
8
-targetCompatibility = 1.7
+sourceCompatibility = 1.8
+targetCompatibility = 1.8
9
10
sourceSets {
11
main {
0 commit comments