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 615ff56
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ dependencies {
}
}

pluginBundle {
website = "https://github.com/nebula-plugins/${name}"
vcsUrl = "https://github.com/nebula-plugins/${name}.git"
tags = ['nebula', 'nebula-plugin']
}

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 615ff56

Please sign in to comment.