diff --git a/bundles/settings.gradle b/bundles/settings.gradle index b1558fe07..40ad37774 100644 --- a/bundles/settings.gradle +++ b/bundles/settings.gradle @@ -6,9 +6,9 @@ import aQute.bnd.build.Workspace -/* Exclude the oracle bundle from the build as we cannot distribute the necessary oracle driver +/* Exclude the oracle bundle from the build as we cannot distribute the necessary oracle driver */ startParameter.excludedTaskNames += ':specmate-dbprovider-oracle:build' -startParameter.excludedTaskNames += ':specmate-dbprovider-oracle:check'*/ +startParameter.excludedTaskNames += ':specmate-dbprovider-oracle:check' /* Add bnd as a script dependency */ buildscript { dependencies {