finally get this to work

This commit is contained in:
Liz Graham
2024-01-02 01:48:09 +00:00
parent 4f3e80bac4
commit 314eae4917
2 changed files with 11 additions and 6 deletions

View File

@@ -1,8 +1,9 @@
plugins {
id 'fabric-loom' version '1.2-SNAPSHOT'
id 'maven-publish'
}
id "dev.architectury.loom" version "1.3-SNAPSHOT" apply(false)
}
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17