Skip to content

Commit 878bc76

Browse files
authored
Merge pull request #39 from semgrep/austin/fix-release
Fix release process
2 parents 44342f1 + 3879a39 commit 878bc76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ tasks {
131131
}
132132

133133
publishPlugin {
134+
notCompatibleWithConfigurationCache("Uses project copy")
134135
dependsOn("patchChangelog")
135136
token = environment("PUBLISH_TOKEN")
136137
// The pluginVersion is based on the SemVer (https://semver.org) and supports pre-release labels, like 2.1.7-alpha.3

0 commit comments

Comments
 (0)