Skip to content

Commit

Permalink
Fix indentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Ryan committed Sep 24, 2012
1 parent 91d304a commit aca84b4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions gradle/maven.gradle
Expand Up @@ -28,13 +28,14 @@ task uploadMavenCentral(type:Upload, dependsOn: signArchives) {
// Prevent datastamp from being appending to artifacts during deployment
uniqueVersion = false

// Closure to configure all the POM with extra info, common to all projects
pom.project {
licenses {
license {
name 'The Apache Software License, Version 2.0'
url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
distribution 'repo'
// Closure to configure all the POM with extra info, common to all projects
pom.project {
licenses {
license {
name 'The Apache Software License, Version 2.0'
url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
distribution 'repo'
}
}
url "https://github.com/Netflix/${rootProject.githubProjectName}"
scm {
Expand All @@ -47,7 +48,6 @@ task uploadMavenCentral(type:Upload, dependsOn: signArchives) {
url "https://github.com/Netflix/${rootProject.githubProjectName}/issues"
}
}
}
}
}
}
Expand Down

0 comments on commit aca84b4

Please sign in to comment.