Skip to content

Commit

Permalink
Fix gradle plugin release
Browse files Browse the repository at this point in the history
Change-Id: I2c96b2b2f3ed33750749523624fd17a2f80e35dc
  • Loading branch information
ngyukman committed May 25, 2021
1 parent 345f452 commit e67c105
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ pluginBundle {
tags = ['nuget']
}
}

mavenCoordinates {
groupId = 'com.ullink.gradle'
}
}

gradlePlugin {
Expand Down

0 comments on commit e67c105

Please sign in to comment.