We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31f16a commit 768c5efCopy full SHA for 768c5ef
project/build/FunctionalJavaProject.scala
@@ -6,9 +6,6 @@ final class FunctionalJavaProject(info: ProjectInfo) extends DefaultProject(info
6
7
override def javaCompileOptions = List("-target", "1.5", "-encoding", "UTF-8", "-Xlint:unchecked").map(JavaCompileOption) ++ super.javaCompileOptions
8
9
- override def javaCompileOptions =
10
- JavaCompileOption("-Xlint:unchecked") :: super.javaCompileOptions.toList
11
-
12
override def packageOptions =
13
ManifestAttributes(
14
(IMPLEMENTATION_TITLE, "Functional Java")
0 commit comments