Skip to content

Commit b82f499

Browse files
committed
fix badges
1 parent bda4220 commit b82f499

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ Nebula Plugin Plugin
22
====================
33

44
![Support Status](https://img.shields.io/badge/nebula-active-green.svg)
5-
[![Gradle Plugin Portal](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/com.netflix.nebula/nebula-plugin-plugin/maven-metadata.xml.svg?label=gradlePluginPortal)](https://plugins.gradle.org/plugin/nebula.plugin-plugin)
5+
[![Gradle Plugin Portal](https://img.shields.io/gradle-plugin-portal/v/com.netflix.nebula.plugin-plugin?style=for-the-badge&color=01AF01)](https://plugins.gradle.org/plugin/com.netflix.nebula.plugin-plugin)
66
[![Maven Central](https://img.shields.io/maven-central/v/com.netflix.nebula/nebula-plugin-plugin)](https://maven-badges.herokuapp.com/maven-central/com.netflix.nebula/nebula-plugin-plugin)
7-
![Build](https://github.com/nebula-plugins/nebula-plugin-plugin/actions/workflows/nebula.yml/badge.svg)
7+
![Build](https://github.com/nebula-plugins/nebula-plugin-plugin/actions/workflows/build.yml/badge.svg)
88
[![Apache 2.0](https://img.shields.io/github/license/nebula-plugins/nebula-hollpluginow-plugin.svg)](http://www.apache.org/licenses/LICENSE-2.0)
99

1010
Plugin to establish conventions for a nebula-plugins plugin, e.g. publishing, licenses. This plugin is used to help setup our other plugins. It can be used as an example of setting up similar conventions for an organization's gradle plugins.
@@ -23,7 +23,7 @@ To apply this plugin
2323

2424

2525
plugins {
26-
id 'nebula.plugin-plugin' version '<current version>'
26+
id 'com.netflix.nebula.plugin-plugin' version '<current version>'
2727
}
2828

2929

0 commit comments

Comments
 (0)