Skip to content

Commit

Permalink
Remove Java 11 assertion from Project Settings
Browse files Browse the repository at this point in the history
It was removed in #27158 but I messed up when resolving conflicts.
  • Loading branch information
ioannakok committed May 17, 2024
1 parent 83ad7ee commit ffd86d8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions project/ProjectSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ object ProjectSettings {
Compile / doc / sources := Seq.empty,
Compile / doc := target.map(_ / "none").value,
scalaVersion := "2.13.14",
initialize := {
val _ = initialize.value
assert(
sys.props("java.specification.version") == "11",
"Java 11 is required for this project.",
)
},
cleanAll := Def.taskDyn {
val allProjects = ScopeFilter(inAnyProject)
clean.all(allProjects)
Expand Down

0 comments on commit ffd86d8

Please sign in to comment.