@@ -15,7 +15,7 @@ plugins {
15
15
`kotlin- dsl`
16
16
idea
17
17
jacoco
18
- id(" com.gradle.plugin-publish" ) version " 0.11.0 "
18
+ id(" com.gradle.plugin-publish" ) version " 1.0.0-rc-3 "
19
19
id(" com.cinnober.gradle.semver-git" ) version " 3.0.0"
20
20
id(" org.jetbrains.dokka" ) version " 0.10.0"
21
21
id(" org.gradle.test-retry" ) version " 1.2.0"
@@ -122,6 +122,8 @@ gradlePlugin {
122
122
register(" nodePlugin" ) {
123
123
id = " com.github.node-gradle.node"
124
124
implementationClass = " com.github.gradle.node.NodePlugin"
125
+ displayName = " Gradle Node.js Plugin"
126
+ description = " Gradle plugin for executing Node.js scripts. Supports npm, pnpm and Yarn."
125
127
}
126
128
}
127
129
}
@@ -130,19 +132,7 @@ pluginBundle {
130
132
website = " https://github.com/node-gradle/gradle-node-plugin"
131
133
vcsUrl = " https://github.com/node-gradle/gradle-node-plugin"
132
134
133
- (plugins) {
134
- " nodePlugin" {
135
- id = " com.github.node-gradle.node"
136
- displayName = " Gradle Node.js Plugin"
137
- description = " Gradle plugin for executing Node.js scripts. Supports npm and Yarn."
138
- tags = listOf (" java" , " gradle" , " node" , " node.js" , " npm" , " yarn" )
139
- }
140
- }
141
-
142
- mavenCoordinates {
143
- groupId = " com.github.node-gradle"
144
- artifactId = " gradle-node-plugin"
145
- }
135
+ tags = listOf (" java" , " gradle" , " node" , " node.js" , " npm" , " yarn" , " pnpm" )
146
136
}
147
137
148
138
tasks.wrapper {
0 commit comments