mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
Cleanup Gradle Plugin Publications (#4752)
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
gradle build publishToMavenLocal -x detekt -x test || exit
|
||||
gradle build || exit
|
||||
gradle publishAllPublicationsToMavenCentralRepository --max-workers 1 || exit
|
||||
gradle publishPlugins -DautomatePublishing=true || exit
|
||||
gradle publishAllToMavenCentral --max-workers 1 || exit
|
||||
gradle publishPlugins || exit
|
||||
gradle githubRelease || exit
|
||||
gradle applyDocVersion || exit
|
||||
gradle closeAndReleaseRepository || exit
|
||||
|
||||
Reference in New Issue
Block a user