Skip to content

Commit

Permalink
Fix license path in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
jbgi committed Oct 16, 2015
1 parent aee03cb commit 9ac81c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.gradle
Expand Up @@ -20,7 +20,7 @@ void configureUpload(String licenseName) {
licenses {
license {
name licenseName
url "https://github.com/derive4j/derive4j/blob/master/${project.name}/etc/LICENCE.txt"
url "https://github.com/derive4j/derive4j/blob/master/${project.name}/LICENSE.txt"
distribution 'repo'
}
}
Expand Down

0 comments on commit 9ac81c8

Please sign in to comment.