@groovy.transform.CompileStatic(TypeCheckingMode.SKIP) class BintrayConfigurer extends java.lang.Object
If 'com.jfrog.bintray' plugin registered, configures:
bintray {
pkg {
websiteUrl = github.site
issueTrackerUrl = github.issues
vcsUrl = github.vcsUrl
licenses = [github.license]
githubRepo = "$github.user/$github.repository"
githubReleaseNotesFile = github.changelogFile
}
}
Configuration set only if no value provided yet (user configuration is not overridden).
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
configure(org.gradle.api.Project project, GithubInfoExtension github) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |