Skip to content

Commit

Permalink
* Don't ever publish coreJVMtests
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed Oct 21, 2018
1 parent 3144c04 commit 32059ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ lazy val coreJVMTests = Project(id = "coreJVMTests", base = file("enumeratum-cor
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-compiler" % scalaVersion.value % Test
),
publishArtifact := false
publishArtifact := false,
publishLocal := {}
)
.dependsOn(coreJVM, macrosJVM)

Expand Down

0 comments on commit 32059ba

Please sign in to comment.