Skip to content

Commit

Permalink
rollback pluginBundle change
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Nov 11, 2022
1 parent 095cac8 commit 6f5616f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ dependencies {
}
}

pluginBundle {
website = "https://github.com/nebula-plugins/${name}"
vcsUrl = "https://github.com/nebula-plugins/${name}.git"

}
gradlePlugin {
plugins {
pluginPlugin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@ class NebulaPluginPlugin implements Plugin<Project> {


plugins.withId('com.gradle.plugin-publish') {
pluginBundle {
website = "https://github.com/nebula-plugins/${name}"
vcsUrl = "https://github.com/nebula-plugins/${name}.git"
description = project.description

}

tasks.publishPlugins.dependsOn tasks.check

Expand Down

0 comments on commit 6f5616f

Please sign in to comment.