Skip to content

Commit

Permalink
Merge pull request #13 from SiftScience/alex_jar_packaging
Browse files Browse the repository at this point in the history
(NR) Use jar packaging instead of pom packaging
  • Loading branch information
lopatin authored Jan 26, 2017
2 parents 48c8e42 + 5d2e263 commit 149c664
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
==================

- Make base model classes public.
- Packaging with "jar" instead of "pom".

1.3 (2017-01-17)
==================
Expand Down
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ signing {
def pomConfig = {
name "${project.name}"
url 'https://github.com/SiftScience/sift-java'
packaging 'jar'
licenses {
license {
name 'MIT License'
Expand Down Expand Up @@ -95,6 +96,8 @@ publishing {
classifier = "javadoc"
}

pom.packaging = "jar"

pom.withXml {
configurations.compile.resolvedConfiguration.firstLevelModuleDependencies.each {
dep ->
Expand Down

0 comments on commit 149c664

Please sign in to comment.