Skip to content

Commit

Permalink
Merge pull request #2 from nfl/disabling_bootRepackage_to_use_as_library
Browse files Browse the repository at this point in the history
Disabling bootRepackage to build the project as a library.
  • Loading branch information
sdemchenko authored Dec 11, 2017
2 parents 620bc4b + e03420b commit eecd258
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ group = 'com.nfl.graphql'
version = PROJECT_VERSION
description = 'GraphQL based library that allows for the dynamic specification of domain objects'

bootRepackage {
enabled = false
}

apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'maven-publish'
Expand Down

0 comments on commit eecd258

Please sign in to comment.