Skip to content

Commit

Permalink
A workaround to build Java 8 bytecode using Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk committed Sep 19, 2022
1 parent 191f268 commit 4990551
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ ThisBuild / tlSonatypeUseLegacyHost := true

ThisBuild / crossScalaVersions := Seq(scala212, scala213, scala3)
ThisBuild / scalaVersion := scala213 // the default Scala
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("8"))
ThisBuild / tlJdkRelease := Some(8)

lazy val root = tlCrossRootProject.aggregate(core, circe, jsoniterScala, polyline).settings(name := "geo-scala")

Expand Down

0 comments on commit 4990551

Please sign in to comment.