Skip to content

Commit

Permalink
Apply renamed plugin package
Browse files Browse the repository at this point in the history
Due to recent Github related naming convention applied in Shipkit Changelog plugin, the referenced 'org.shipkit.shipkit-gh-release' package should be changed for 'org.shipkit.shipkit-github-release'.
  • Loading branch information
shestee committed Jan 5, 2021
1 parent 318781d commit b90c3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/shipkit.gradle
@@ -1,6 +1,6 @@
apply plugin: "org.shipkit.shipkit-auto-version"
apply plugin: "org.shipkit.shipkit-changelog"
apply plugin: "org.shipkit.shipkit-gh-release"
apply plugin: "org.shipkit.shipkit-github-release"

tasks.named("generateChangelog") {
previousRevision = project.ext.'shipkit-auto-version.previous-tag'
Expand Down

0 comments on commit b90c3da

Please sign in to comment.