Skip to content

Commit

Permalink
fix: Skip verify & publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dinbtechit committed Jun 23, 2022
1 parent 13a2593 commit 039ca24
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ide-clion/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,16 @@ tasks {
runIde {
enabled = false // Don't run CLion as we only need its libraries/dependencies
}

runPluginVerifier {
enabled = false
}

publishPlugin {
enabled = false
}

verifyPlugin {
enabled = false
}
}

0 comments on commit 039ca24

Please sign in to comment.