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 := {
6161 }
6262}
6363
64- val addJava17Tests : Boolean = System .getProperty(" java.specification.version" ).toDouble >= 17
65-
6664scalacOptions ++= {
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-
120107libraryDependencies ++= Seq (
121108 " tools.jackson.core" % " jackson-core" % jacksonVersion changing(),
122109 " 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