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 b3005e0 commit 046a85eCopy full SHA for 046a85e
build.gradle
@@ -72,7 +72,7 @@ if (project.hasProperty("myBintrayUser")) {
72
pluginBundle {
73
website = 'http://www.gradle.org/'
74
vcsUrl = 'https://github.com/rjrudin/' + project.name + '.git'
75
- description = 'Testing ml-gradle publishing'
+ description = 'Publishes ml-gradle'
76
tags = ['marklogic']
77
78
plugins {
@@ -81,11 +81,11 @@ pluginBundle {
81
displayName = 'ml-gradle for MarkLogic'
82
description = 'Gradle plugin for configuring and deploying applications to MarkLogic'
83
84
- version = "2.2.0"
+ version = "2.3.0-RC1"
85
}
86
87
88
mavenCoordinates {
89
90
91
0 commit comments