build: more build gradle changes

This commit is contained in:
Linnea Gräf
2025-07-06 18:44:10 +02:00
parent c37adb50bf
commit 7b36fbeddf
3 changed files with 3 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
plugins {
java
idea
id("firmament.common")
}
dependencies {
implementation("net.fabricmc:stitch:0.6.2")

View File

@@ -1,12 +1,9 @@
plugins {
kotlin("jvm")
id("com.google.devtools.ksp")
id("firmament.common")
}
repositories {
mavenCentral()
}
dependencies {
ksp("dev.zacsweers.autoservice:auto-service-ksp:1.1.0")
implementation("com.google.auto.service:auto-service-annotations:1.1.1")

View File

@@ -1,5 +1,6 @@
plugins {
java
id("firmament.common")
id("com.gradleup.shadow")
}
dependencies {