File tree Expand file tree Collapse file tree 4 files changed +0
-13
lines changed
java/tools/jackson/module/scala/deser
scala/tools/jackson/module/scala/deser Expand file tree Collapse file tree 4 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,6 @@ scalaMajorVersion := {
61
61
}
62
62
}
63
63
64
- val addJava17Tests : Boolean = System .getProperty(" java.specification.version" ).toDouble >= 17
65
-
66
64
scalacOptions ++= {
67
65
val additionalSettings =
68
66
if (scalaReleaseVersion.value == 2 && scalaMajorVersion.value <= 12 ) {
@@ -106,17 +104,6 @@ Test / unmanagedSourceDirectories ++= {
106
104
}
107
105
}
108
106
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
-
120
107
libraryDependencies ++= Seq (
121
108
" tools.jackson.core" % " jackson-core" % jacksonVersion changing(),
122
109
" tools.jackson.core" % " jackson-databind" % jacksonVersion changing(),
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments