Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
updated antmatter, made sure kotlin plugins are applied to subprojects
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Sep 29, 2024
1 parent 899ae13 commit 1bc3c95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AntimatterAPI
Submodule AntimatterAPI updated 1 files
+2 −0 build.gradle
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ def gitHash() {

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 1bc3c95

Please sign in to comment.