Skip to content

Commit

Permalink
Don't define global keys in MultiReleaseJar scope
Browse files Browse the repository at this point in the history
These are defined in the Zero config scope, no need or point to define
these in MultiReleaseJar config scope.
  • Loading branch information
dwijnand authored and ktoso committed Oct 2, 2017
1 parent c5ec55d commit ecd961a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/scala/com/lightbend/sbt/MultiReleaseJarPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,7 @@ object MultiReleaseJarPlugin extends AutoPlugin {
val j9Files = (j9Sources union s9Sources).toSeq
streams.value.log.debug("JDK9 Source files detected: " + j9Files)
j9Files
},

crossTarget in MultiReleaseJar := metaInfVersionsTargetDirectory.value,
target in MultiReleaseJar := metaInfVersionsTargetDirectory.value
}
))

def compareByInternalFilePath(baseDir: File)(f: File): FileComparableByName =
Expand Down

0 comments on commit ecd961a

Please sign in to comment.