Skip to content

Commit

Permalink
made sure kotlin plugins get applied to subprojects
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Sep 28, 2024
1 parent ccef667 commit 6946905
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ def isAntimatterCI() {

subprojects {
apply plugin: "dev.architectury.loom"
apply plugin: "org.jetbrains.kotlin.jvm"
apply plugin: "org.jetbrains.kotlin.plugin.lombok"
java.toolchain.languageVersion = JavaLanguageVersion.of(17)

loom {
Expand Down

0 comments on commit 6946905

Please sign in to comment.