Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Update net.wooga.plugins to version 3.x (#120)
Browse files Browse the repository at this point in the history
Description
===========

This update will bring the plugin `net.wooga.plugins` to
version `3.x`. With this change the groupname of the gradle
plugin will change during publish so I thought it might be
a good idea to change the project name as well so the groupname
won't include the `atlas` name.

The old groupname `gradle.plugin.net.wooga.gradle:atlas-github`
would become `net.wooga.gradle:github`.

This patch also includes all changes needed for the new
plugin metadata description.

Changes
=======

* ![UPDATE] `net.wooga.plugins` to version `3.x` range
* ![CHANGE] project name and remove `atlas` term
* ![IMPROVE] plugin publish metadata
  • Loading branch information
Larusso authored May 2, 2022
1 parent 56f22cf commit 813e6e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 20 deletions.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

plugins {
id 'net.wooga.plugins' version '2.2.3'
id 'net.wooga.plugins' version '3.1.0'
id 'net.wooga.snyk' version '0.10.0'
id "net.wooga.snyk-gradle-plugin" version "0.2.0"
id "net.wooga.cve-dependency-resolution" version "0.4.0"
Expand All @@ -29,12 +29,15 @@ pluginBundle {
website = 'https://wooga.github.io/atlas-github/'
vcsUrl = 'https://github.com/wooga/atlas-github'
tags = ['github', 'publishing']
}

gradlePlugin {
plugins {
github {
id = 'net.wooga.github'
displayName = 'Gradle Github plugin'
description = 'This plugin provides tasks and conventions to publish artifacts to github releases'
implementationClass = 'wooga.gradle.github.GithubPlugin'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ include 'api'
include 'services:webservice'
*/

rootProject.name = 'atlas-github'
rootProject.name = 'github'

This file was deleted.

0 comments on commit 813e6e6

Please sign in to comment.