Skip to content

Commit

Permalink
build: avoid applying the Kotlin Gradle Plugin multiple times indepen…
Browse files Browse the repository at this point in the history
…dently
  • Loading branch information
TheMrMilchmann committed Dec 13, 2022
1 parent 4d00b4e commit 1e4a126
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Expand Up @@ -31,6 +31,10 @@
import com.osmerion.quitte.build.*
import com.osmerion.quitte.build.BuildType

plugins {
alias(libs.plugins.kotlin.jvm) apply false
}

allprojects {
group = "com.osmerion.quitte"
val nextVersion = "0.6.0"
Expand Down

0 comments on commit 1e4a126

Please sign in to comment.