Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

Commit

Permalink
disable oracle build
Browse files Browse the repository at this point in the history
  • Loading branch information
junkerm committed Apr 29, 2019
1 parent c5b0b14 commit 70a9f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundles/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 70a9f9c

Please sign in to comment.