Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
Added sources to distro
Browse files Browse the repository at this point in the history
  • Loading branch information
creising committed Nov 7, 2014
1 parent c5104a6 commit 16d7c19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'maven'
apply plugin: 'com.bmuschko.nexus'

group = "org.urbanbyte.cueserver"
version = "1.1-SNAPSHOT"
version = "1.0"

repositories {
mavenCentral()
Expand Down Expand Up @@ -114,7 +114,7 @@ modifyPom {
}

extraArchive {
sources = false
sources = true
tests = false
javadoc = true
}
Expand Down

0 comments on commit 16d7c19

Please sign in to comment.