Skip to content

Commit a2763d7

Browse files
committed
Infrastructure: Add -release 11 for J11 compatibility
1 parent dabdee2 commit a2763d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version := "1.1.1"
77
isSnapshot := true
88

99
javaSource in Compile := baseDirectory.value / "src"
10-
javacOptions ++= Seq("-g", "-deprecation", "-Xlint:all", "-Xlint:-serial", "-Xlint:-path", "-encoding", "us-ascii")
10+
javacOptions ++= Seq("-g", "-deprecation", "-Xlint:all", "-Xlint:-serial", "-Xlint:-path", "-encoding", "us-ascii", "--release", "11")
1111

1212
netLogoVersion := "6.2.2"
1313
netLogoClassManager := "org.nlogo.extensions.bitmap.BitmapExtension"

0 commit comments

Comments
 (0)