File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,6 @@ matrix:
3737 - jdk : openjdk11
3838 scala : 2.13.1
3939 env : COMMAND=ci-jvm
40- # Scala 2.13, JavaScript
41- - jdk : oraclejdk8
42- scala : 2.13.1
43- env : COMMAND=ci-js
4440
4541jdk :
4642 - oraclejdk8
Original file line number Diff line number Diff line change @@ -8,13 +8,6 @@ version := "0.3.0"
88
99scalaVersion := " 2.13.1"
1010
11- // Force building with Java 8
12- initialize := {
13- val required = " 1.8"
14- val current = sys.props(" java.specification.version" )
15- assert(current == required, s " Unsupported build JDK: java.specification.version $current != $required" )
16- }
17-
1811scalacOptions ++= Seq (
1912 // warnings
2013 " -unchecked" , // able additional warnings where generated code depends on assumptions
You can’t perform that action at this time.
0 commit comments