Skip to content

Commit ac669ea

Browse files
committed
Updated Gradle publishing plugin settings
1 parent f7f557e commit ac669ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id "idea"
66
id "com.jfrog.bintray" version "1.8.4"
77
id "com.github.jk1.dependency-license-report" version "1.3"
8-
id "com.gradle.plugin-publish" version "0.9.7"
8+
id "com.gradle.plugin-publish" version "0.10.0"
99
id "java-gradle-plugin"
1010
}
1111

@@ -80,8 +80,8 @@ if (project.hasProperty("myBintrayUser")) {
8080
}
8181

8282
pluginBundle {
83-
website = 'http://www.gradle.org/'
84-
vcsUrl = 'https://github.com/rjrudin/' + project.name + '.git'
83+
website = 'https://www.marklogic.com/'
84+
vcsUrl = 'https://github.com/marklogic-community/' + project.name + '.git'
8585
description = 'Publishes ml-gradle'
8686
tags = ['marklogic']
8787

0 commit comments

Comments
 (0)