Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 1eabc9d

Browse files
committed
Cross compile api and framework java sources against java 8
1 parent 60d0492 commit 1eabc9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ val majorVersion = 3
77
val minorVersion = 0
88
version := s"$majorVersion.$minorVersion"
99

10+
import org.codeoverflow.chatoverflow.build.BuildUtils
11+
javacOptions ++= BuildUtils.getJava8CrossOptions
1012

1113

1214
// ---------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)