Skip to content

Commit

Permalink
Fix gradle plugin build
Browse files Browse the repository at this point in the history
Change-Id: I63cbc0f74d3e83774d0df42e3be2bb18c98385ba
  • Loading branch information
ngyukman committed May 25, 2021
1 parent 9c05c86 commit 345f452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dependencies {
pluginBundle {
website = 'https://github.com/Itiviti/gradle-nuget-plugin'
vcsUrl = 'https://github.com/Itiviti/gradle-nuget-plugin'
description 'Gradle plugin for NuGet, to package, upload artifacts and restore packages.'

plugins {
nugetBase {
Expand All @@ -29,6 +28,7 @@ pluginBundle {
}
nuget {
displayName = 'Gradle Nuget Plugin'
description = 'Gradle plugin for NuGet, to package, upload artifacts and restore packages.'
tags = ['nuget']
}
}
Expand Down

0 comments on commit 345f452

Please sign in to comment.