Skip to content

Commit

Permalink
chore(deps): update plugin com.gradle.plugin-publish to v1 (#78)
Browse files Browse the repository at this point in the history
* chore(deps): update plugin com.gradle.plugin-publish to v1

* chore: adjusted for new Gradle Publish plugin

* chore: duplicate files removed

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michal Augustýn <michal.augustyn@avast.com>
  • Loading branch information
renovate[bot] and augi authored Jun 29, 2022
1 parent b8fe015 commit d149a8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'java-gradle-plugin'
id 'signing'
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
id 'com.gradle.plugin-publish' version '0.21.0'
id 'com.gradle.plugin-publish' version '1.0.0'
}

group 'cz.augi'
Expand Down Expand Up @@ -39,13 +39,15 @@ project.ext.set('gradle.publish.secret', System.getenv('GRADLE_PORTAL_SECRET'))
pluginBundle {
website = 'https://github.com/augi/gradle-wartremover'
vcsUrl = 'https://github.com/augi/gradle-wartremover'
description = 'Gradle plugin to apply WartRemover (Scala linting tool)'
tags = ['scala', 'wartremover']

}
gradlePlugin {
plugins {
wartremoverPlugin {
id = 'cz.augi.gradle.wartremover'
displayName = 'Gradle wartremover plugin'
description = 'Gradle plugin to apply WartRemover (Scala linting tool)'
implementationClass = 'cz.augi.gradle.wartremover.WartremoverPlugin'
}
}
}
Expand Down

This file was deleted.

0 comments on commit d149a8f

Please sign in to comment.