Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
fix: add missing dummy task publish
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jul 2, 2022
1 parent 7fe30d5 commit 3a2655b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ allprojects {
}
}

// Tracking issue https://github.com/semantic-release/semantic-release/issues/963
task publish(type: DefaultTask) {
group = 'publish'
description = 'Dummy publish to pass the verification phase of the gradle-semantic-release-plugin'
}

task clean(type: Delete) {
delete rootProject.buildDir
}

0 comments on commit 3a2655b

Please sign in to comment.