We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afa33a7 + 5ac87fe commit f7489dfCopy full SHA for f7489df
3 files changed
.gitignore
@@ -1,8 +1,19 @@
1
-.DS_Store
2
-gradle
+# Gradle
3
.gradle/
+build/
4
+
5
+gradle
6
gradlew
7
gradle.bat
-build/
-hjson.iml
8
9
+# IntelliJ
10
+*.iml
11
.idea
12
13
+# Eclipse
14
+.project
15
+.classpath
16
+.settings/
17
18
+# MacOS
19
+.DS_Store
.travis.yml
@@ -1,7 +1,7 @@
language: java
jdk:
-- oraclejdk8
-- oraclejdk7
+- openjdk8
+- openjdk11
env:
global:
secure:
build.gradle
@@ -4,8 +4,8 @@ version = '3.0.0'
group = 'org.hjson'
description = """Hjson, the Human JSON."""
-sourceCompatibility = 1.7
-targetCompatibility = 1.7
+sourceCompatibility = 1.8
+targetCompatibility = 1.8
sourceSets {
main {
0 commit comments