aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt7
1 files changed, 7 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index 0603da9..7ea29a9 100644
--- a/build.sbt
+++ b/build.sbt
@@ -41,6 +41,13 @@ lazy val root = (project in file("."))
41 ) 41 )
42 ) 42 )
43 43
44/** Execute all tests sequentially
45 *
46 * This is not ideal but it is an easy way to avoid bad interactions
47 * with RDFox.
48 */
49parallelExecution in Test := false
50
44/** Exclude RDFox from the building process 51/** Exclude RDFox from the building process
45 * 52 *
46 * @see https://github.com/sbt/sbt-assembly#excluding-jars-and-files 53 * @see https://github.com/sbt/sbt-assembly#excluding-jars-and-files