Skip to content

Commit

Permalink
Mark publish tasks as not compatible with config cache for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytv committed Dec 29, 2024
1 parent 4265866 commit a1a71a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions universal/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ if (!isRelease || isMainBranch) { // Only publish releases from the main branch
optional.project("viarewind")
}
}
tasks.modrinth {
notCompatibleWithConfigurationCache("")
}

hangarPublish {
publications.register("plugin") {
Expand Down Expand Up @@ -96,4 +99,7 @@ if (!isRelease || isMainBranch) { // Only publish releases from the main branch
}
}
}
tasks.named("publishPluginPublicationToHangar") {
notCompatibleWithConfigurationCache("")
}
}

0 comments on commit a1a71a1

Please sign in to comment.