Skip to content

Commit 109bb6f

Browse files
committed
move java 17 tests
1 parent 1931eae commit 109bb6f

File tree

4 files changed

+0
-13
lines changed

4 files changed

+0
-13
lines changed

build.sbt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ scalaMajorVersion := {
6161
}
6262
}
6363

64-
val addJava17Tests: Boolean = System.getProperty("java.specification.version").toDouble >= 17
65-
6664
scalacOptions ++= {
6765
val additionalSettings =
6866
if (scalaReleaseVersion.value == 2 && scalaMajorVersion.value <= 12) {
@@ -106,17 +104,6 @@ Test / unmanagedSourceDirectories ++= {
106104
}
107105
}
108106

109-
Test / unmanagedSourceDirectories ++= {
110-
if (addJava17Tests) {
111-
Seq(
112-
(LocalRootProject / baseDirectory).value / "src" / "test" / "java-17",
113-
(LocalRootProject / baseDirectory).value / "src" / "test" / "scala-jdk-17",
114-
)
115-
} else {
116-
Seq.empty
117-
}
118-
}
119-
120107
libraryDependencies ++= Seq(
121108
"tools.jackson.core" % "jackson-core" % jacksonVersion changing(),
122109
"tools.jackson.core" % "jackson-databind" % jacksonVersion changing(),

0 commit comments

Comments
 (0)