build: more build gradle changes
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
plugins {
|
plugins {
|
||||||
java
|
java
|
||||||
idea
|
idea
|
||||||
|
id("firmament.common")
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("net.fabricmc:stitch:0.6.2")
|
implementation("net.fabricmc:stitch:0.6.2")
|
||||||
|
|||||||
@@ -1,12 +1,9 @@
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
kotlin("jvm")
|
kotlin("jvm")
|
||||||
id("com.google.devtools.ksp")
|
id("com.google.devtools.ksp")
|
||||||
|
id("firmament.common")
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
|
||||||
mavenCentral()
|
|
||||||
}
|
|
||||||
dependencies {
|
dependencies {
|
||||||
ksp("dev.zacsweers.autoservice:auto-service-ksp:1.1.0")
|
ksp("dev.zacsweers.autoservice:auto-service-ksp:1.1.0")
|
||||||
implementation("com.google.auto.service:auto-service-annotations:1.1.1")
|
implementation("com.google.auto.service:auto-service-annotations:1.1.1")
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
plugins {
|
plugins {
|
||||||
java
|
java
|
||||||
|
id("firmament.common")
|
||||||
id("com.gradleup.shadow")
|
id("com.gradleup.shadow")
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|||||||
Reference in New Issue
Block a user