Created
May 13, 2015 11:58
-
-
Save maeste/6420aca2f48d28cbb2de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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