Skip to content

Commit

Permalink
Create unique snaphots
Browse files Browse the repository at this point in the history
to ensure compatibility with Maven 3.
  • Loading branch information
tsauerwein committed May 30, 2016
1 parent 45bebd8 commit aa27617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish/build.gradle
Expand Up @@ -59,7 +59,7 @@ if (Boolean.parseBoolean(enablePublishing)) {
}
snapshotRepository(url: "https://$host/content/repositories/snapshots") {
authentication(userName: sonatypeUsername, password: sonatypePassword)
uniqueVersion = false
uniqueVersion = true
}
def extAnd = {file, ext ->
file.name.endsWith(ext) || file.name.endsWith(".asc") || file.name.endsWith(".pom")
Expand Down

0 comments on commit aa27617

Please sign in to comment.