Skip to content

Commit

Permalink
#57, #58 removing the ultet module from root build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
dk1844 committed Oct 11, 2023
1 parent edc75e4 commit cd08f82
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,4 @@ lazy val faDBExamples = (project in file("examples"))
jacocoExcludes := commonJacocoExcludes
)

lazy val ultet = (project in file("ultet"))
.configs(IntegrationTest)
.settings(
name := "examples",
libraryDependencies ++= examplesDependencies(scalaVersion.value),
Test / parallelExecution := false,
(Compile / compile) := ((Compile / compile) dependsOn printScalaVersion).value, // printScalaVersion is run with compile
publish / skip := true
).dependsOn(faDbCore, faDBSlick)
.settings(
jacocoReportSettings := commonJacocoReportSettings.withTitle(s"fa-db:ultet Jacoco Report - scala:${scalaVersion.value}"),
jacocoExcludes := commonJacocoExcludes
)


sonatypeProfileName := "za.co.absa"

0 comments on commit cd08f82

Please sign in to comment.