Skip to content

Commit 2f60c05

Browse files
committed
Update plugin-publish version
1 parent 1dfca1f commit 2f60c05

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

build.gradle.kts

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
`kotlin-dsl`
1616
idea
1717
jacoco
18-
id("com.gradle.plugin-publish") version "0.11.0"
18+
id("com.gradle.plugin-publish") version "1.0.0-rc-3"
1919
id("com.cinnober.gradle.semver-git") version "3.0.0"
2020
id("org.jetbrains.dokka") version "0.10.0"
2121
id("org.gradle.test-retry") version "1.2.0"
@@ -122,6 +122,8 @@ gradlePlugin {
122122
register("nodePlugin") {
123123
id = "com.github.node-gradle.node"
124124
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."
125127
}
126128
}
127129
}
@@ -130,19 +132,7 @@ pluginBundle {
130132
website = "https://github.com/node-gradle/gradle-node-plugin"
131133
vcsUrl = "https://github.com/node-gradle/gradle-node-plugin"
132134

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")
146136
}
147137

148138
tasks.wrapper {

0 commit comments

Comments
 (0)