Skip to content

Commit

Permalink
Update gradle-mavenizer.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
gotev authored Jun 27, 2019
1 parent ba9aec7 commit e4df544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle-mavenizer.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'maven-publish'

githubCommitIdentifier = project.hasProperty('mavPluginVersion') ? project.mavPluginVersion : 'master'
def githubCommitIdentifier = project.hasProperty('mavPluginVersion') ? project.mavPluginVersion : 'master'

apply from: "https://raw.githubusercontent.com/sky-uk/gradle-maven-plugin/${githubCommitIdentifier}/artifact-javadoc-handler.gradle"
apply from: "https://raw.githubusercontent.com/sky-uk/gradle-maven-plugin/${githubCommitIdentifier}/artifact-pom-manager.gradle"
Expand Down Expand Up @@ -50,4 +50,4 @@ project.afterEvaluate {
}
}
}
}
}

0 comments on commit e4df544

Please sign in to comment.