Skip to content

Commit

Permalink
chore: Gradle plugin publishing fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
augi committed Dec 5, 2023
1 parent 84fb8ee commit 05e7894
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ project.ext.set('gradle.publish.key', System.getenv('GRADLE_PORTAL_KEY'))
project.ext.set('gradle.publish.secret', System.getenv('GRADLE_PORTAL_SECRET'))

gradlePlugin {
website = 'https://github.com/augi/gradle-wartremover'
vcsUrl = 'https://github.com/augi/gradle-wartremover'
plugins {
wartremoverPlugin {
id = 'cz.augi.gradle.wartremover'
Expand Down

0 comments on commit 05e7894

Please sign in to comment.