1
1
plugins {
2
2
id " groovy"
3
3
id ' maven-publish'
4
- id ' com.gradle.plugin-publish' version ' 0.12 .0'
4
+ id ' com.gradle.plugin-publish' version ' 1.0 .0'
5
5
id ' java-gradle-plugin'
6
6
id ' org.jetbrains.kotlin.jvm' version ' 1.3.72'
7
7
}
@@ -26,14 +26,18 @@ task mlDevelopmentToolsJar(type: Jar, dependsOn: classes) {
26
26
archivesBaseName = ' ml-development-tools'
27
27
}
28
28
29
+ pluginBundle {
30
+ website = ' https://github.com/marklogic/java-client-api'
31
+ vcsUrl
= ' [email protected] :marklogic/java-client-api.git'
32
+ tags = [' marklogic' ]
33
+ }
29
34
gradlePlugin {
30
35
plugins {
31
36
mlDevelopmentToolsPlugin {
32
37
id = ' com.marklogic.ml-development-tools'
33
38
implementationClass = ' com.marklogic.client.tools.gradle.ToolsPlugin'
34
39
displayName = ' ml-development-tools MarkLogic Data Service Tools'
35
40
description = ' ml-development-tools plugin for developing data services on MarkLogic'
36
- version = project. version
37
41
}
38
42
}
39
43
}
@@ -46,20 +50,6 @@ publishing {
46
50
}
47
51
}
48
52
49
- pluginBundle {
50
- website = ' https://github.com/marklogic/java-client-api'
51
- vcsUrl
= ' [email protected] :marklogic/java-client-api.git'
52
- plugins {
53
- mlDevelopmentToolsPlugin {
54
- id = ' com.marklogic.ml-development-tools'
55
- displayName = ' ml-development-tools MarkLogic Data Service Tools'
56
- description = ' ml-development-tools plugin for developing data services on MarkLogic'
57
- tags = [' marklogic' , ' development tools' , ' data services' ]
58
- version = project. version
59
- }
60
- }
61
- }
62
-
63
53
compileKotlin {
64
54
kotlinOptions. jvmTarget = ' 1.8'
65
55
}
0 commit comments