Skip to content

Commit 0de2fcd

Browse files
committed
Don't make sbt-nd4j a root project
1 parent 79382e2 commit 0de2fcd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.sbt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
sbt.dsl.dependsOn(`dynamic-cast`, boolean, double, array2D, hlist, coproduct, seqProject)
22

3-
com.thoughtworks.sbtBestPractice.issue2514.DslEntries.autoImport.aggregate(`sbt-nd4j`)
4-
53
lazy val deeplearning = project.disablePlugins(SparkPackagePlugin)
64

75
lazy val boolean = project.disablePlugins(SparkPackagePlugin).dependsOn(deeplearning, `buffered-layer`, dslProject)
@@ -24,9 +22,7 @@ lazy val coproduct = project.disablePlugins(SparkPackagePlugin).dependsOn(boolea
2422

2523
lazy val `buffered-layer` = project.disablePlugins(SparkPackagePlugin).dependsOn(deeplearning)
2624

27-
lazy val `sbt-nd4j` = RootProject(uri("sbt-nd4j"))
28-
29-
version in `sbt-nd4j` := version.value
25+
lazy val `sbt-nd4j` = project.disablePlugins(SparkPackagePlugin)
3026

3127
SbtNd4J.addNd4jRuntime(Test)
3228

0 commit comments

Comments
 (0)