Skip to content

Instantly share code, notes, and snippets.

@maeste
Created May 13, 2015 11:58
Show Gist options
  • Select an option

  • Save maeste/6420aca2f48d28cbb2de to your computer and use it in GitHub Desktop.

Select an option

Save maeste/6420aca2f48d28cbb2de to your computer and use it in GitHub Desktop.
diff --git a/validator/build.gradle b/validator/build.gradle
index 2aac159..e1c881a 100644
--- a/validator/build.gradle
+++ b/validator/build.gradle
@@ -19,6 +19,16 @@
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
*/
+
+dependencies {
+ compile project(':api')
+ compile project(':common')
+
+ compile project(path: ':common', configuration: 'api')
+ compile project(path: ':common', configuration: 'spi')
+}
+
+
jar {
manifest {
attributes("Implementation-Title" : "IronJacamar metadata Validator")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment