Skip to content

Commit

Permalink
aggregate jts subproject (#313)
Browse files Browse the repository at this point in the history
* aggregate jts subproject
  • Loading branch information
aarroyosal authored Sep 6, 2022
1 parent 6097e82 commit a649f73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clouds/databricks/libraries/scala/.scalafix.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ DisableSyntax.noNulls = false
DisableSyntax.noAsInstanceOf = false
DisableSyntax.noDefaultArgs = false
DisableSyntax.noUniversalEquality = false
DisableSyntax.noWhileLoops = false

//DisableSyntax.noValPatterns = true
DisableSyntax.noReturns = true
DisableSyntax.noWhileLoops = true
DisableSyntax.noIsInstanceOf = true
DisableSyntax.noXml = true
DisableSyntax.noFinalVal = true
Expand Down
2 changes: 1 addition & 1 deletion clouds/databricks/libraries/scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ lazy val root = (project in file("."))
publish := {},
publishLocal := {}
)
.aggregate(core)
.aggregate(core, jts)

lazy val core = project
.dependsOn(jts)
Expand Down

0 comments on commit a649f73

Please sign in to comment.