Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Move to com.netflix namespace for plugin id
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Oct 10, 2022
1 parent f4090d2 commit 7358707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pluginBundle {
gradlePlugin {
plugins {
scm {
id = 'nebula.gradle-scm'
id = 'com.netflix.nebula.gradle-scm'
displayName = 'Gradle SCM Plugin'
description = project.description
implementationClass = 'nebula.plugin.scm.ScmPlugin'
Expand Down
2 changes: 1 addition & 1 deletion src/test/groovy/nebula/plugin/scm/ScmPluginSpec.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import nebula.plugin.scm.providers.ScmProvider
import nebula.test.PluginProjectSpec

class ScmPluginSpec extends PluginProjectSpec {
String pluginName = 'nebula.gradle-scm'
String pluginName = 'com.netflix.nebula.gradle-scm'

def 'no op provider is created'() {
project.apply plugin: pluginName
Expand Down

0 comments on commit 7358707

Please sign in to comment.