We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29cc097 commit 3da09e8Copy full SHA for 3da09e8
1 file changed
project/build/FunctionalJavaProject.scala
@@ -60,6 +60,15 @@ import fj.data._
60
import org.scalacheck._
61
import org.scalacheck.Prop._
62
"""
63
+
64
+ val publishTo = {
65
+ val repoUrl = "http://nexus.scala-tools.org/content/repositories/" + (if (version.toString.endsWith("-SNAPSHOT"))
66
+ "snapshots"
67
+ else
68
+ "releases")
69
70
+ pubishToRepoName at repoUrl
71
+ }
72
}
73
74
final class FunctionalJavaProject(info: ProjectInfo) extends ParentProject(info) with OverridableVersion {
0 commit comments