mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-12-01 00:02:55 +01:00
fix: add missing dummy task publish
This commit is contained in:
parent
7fe30d550e
commit
3a2655b38b
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user