Skip to content

Commit c1f41a7

Browse files
committed
Don't check for jdk 6
1 parent d7444e7 commit c1f41a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: build.sbt

-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
104104
.nativeSettings(
105105
versionPolicyCheck / skip := true,
106106
versionCheck / skip := true,
107-
compile / skip := System.getProperty("java.version").startsWith("1.6"),
108107
test := {}
109108
)
110109

0 commit comments

Comments
 (0)