no need to apply a plugin, that's the default

This commit is contained in:
chris 2024-08-01 00:03:55 +02:00 committed by GitHub
parent 0d91e59a9a
commit 093ef4b464
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ plugins {
// Allow blossom to mark sources root of templates
idea
id("geyser.publish-conventions")
alias(libs.plugins.blossom) apply true
alias(libs.plugins.blossom)
}
dependencies {