Skip to content

Commit 03ae27d

Browse files
authored
Merge pull request #32 from shestee/master
Apply renamed plugin package
2 parents 2473526 + 7b5eeb3 commit 03ae27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/shipkit.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//Plugin jars are added to the buildscript classpath in the root build.gradle file
22
apply plugin: "org.shipkit.shipkit-auto-version"
33
apply plugin: "org.shipkit.shipkit-changelog"
4-
apply plugin: "org.shipkit.shipkit-gh-release"
4+
apply plugin: "org.shipkit.shipkit-github-release"
55

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

0 commit comments

Comments
 (0)