Skip to content

Commit 768c5ef

Browse files
committed
fix compile options
1 parent f31f16a commit 768c5ef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

project/build/FunctionalJavaProject.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ final class FunctionalJavaProject(info: ProjectInfo) extends DefaultProject(info
66

77
override def javaCompileOptions = List("-target", "1.5", "-encoding", "UTF-8", "-Xlint:unchecked").map(JavaCompileOption) ++ super.javaCompileOptions
88

9-
override def javaCompileOptions =
10-
JavaCompileOption("-Xlint:unchecked") :: super.javaCompileOptions.toList
11-
129
override def packageOptions =
1310
ManifestAttributes(
1411
(IMPLEMENTATION_TITLE, "Functional Java")

0 commit comments

Comments
 (0)