We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c9d07 commit 7664e16Copy full SHA for 7664e16
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
id "idea"
6
id "com.jfrog.bintray" version "1.8.4"
7
id "com.github.jk1.dependency-license-report" version "1.3"
8
- id "com.gradle.plugin-publish" version "0.9.7"
+ id "com.gradle.plugin-publish" version "0.10.0"
9
id "java-gradle-plugin"
10
}
11
@@ -80,8 +80,8 @@ if (project.hasProperty("myBintrayUser")) {
80
81
82
pluginBundle {
83
- website = 'http://www.gradle.org/'
84
- vcsUrl = 'https://github.com/rjrudin/' + project.name + '.git'
+ website = 'https://www.marklogic.com/'
+ vcsUrl = 'https://github.com/marklogic-community/' + project.name + '.git'
85
description = 'Publishes ml-gradle'
86
tags = ['marklogic']
87
0 commit comments