Skip to content

Commit

Permalink
disabling publishPluginZipPublicationToMavenLocal task
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Palis <[email protected]>
  • Loading branch information
joshpalis committed May 26, 2023
1 parent 9f113ab commit b3adb76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ validateNebulaPom.enabled = false
forbiddenApisMain.enabled = false
forbiddenApisTest.enabled = false
generatePomFileForPluginZipPublication.enabled = false
publishPluginZipPublicationToMavenLocal.enabled = false

// See package README.md for details on using these tasks.
def _numNodes = findProperty('numNodes') as Integer ?: 1
Expand Down

0 comments on commit b3adb76

Please sign in to comment.