Skip to content

Commit

Permalink
build: Remove some unnecessary dependencies that were copied over fro…
Browse files Browse the repository at this point in the history
…m the Balm template
  • Loading branch information
BlayTheNinth committed Jun 2, 2024
1 parent a42daa5 commit 6a0b899
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 57 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/multiloader-common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repositories {
}

dependencies {
implementation 'org.jetbrains:annotations:24.1.0'
compileOnly 'org.jetbrains:annotations:24.1.0'
}

// Declare capabilities on the outgoing configurations.
Expand Down
18 changes: 0 additions & 18 deletions kuma-api/fabric/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,20 +1,2 @@
repositories {
maven {
url "https://maven.siphalor.de/"
content {
includeGroup "de.siphalor"
}
}
}

dependencies {
modCompileOnly "mezz.jei:jei-$jei_minecraft_version-fabric-api:$jei_version"
if (jei_minecraft_version == minecraft_version) {
modRuntimeOnly "mezz.jei:jei-$jei_minecraft_version-fabric:$jei_version"
}

modRuntimeOnly "com.terraformersmc:modmenu:$modmenu_version"

modCompileOnly "me.shedaniel.cloth:cloth-config-fabric:11.0.99"
modCompileOnly("de.siphalor:amecsapi-1.20:1.5.2+mc1.20-pre1")
}
4 changes: 0 additions & 4 deletions kuma-api/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ fabric_version = 0.98.0+1.20.6
fabric_loader_version = 0.15.11

# Dependencies
jei_minecraft_version = 1.19.2
jei_version = 11.4.0.288
rei_version = 10.0.581
mixin_version = 0.8.5
modmenu_version = 10.0.0-beta.1

# Gradle
org.gradle.jvmargs = -Xmx3G
Expand Down
1 change: 0 additions & 1 deletion kuma/common/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
dependencies {
compileOnly "mezz.jei:jei-$jei_minecraft_version-common-api:$jei_version"
}
18 changes: 0 additions & 18 deletions kuma/fabric/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,20 +1,2 @@
repositories {
maven {
url "https://maven.siphalor.de/"
content {
includeGroup "de.siphalor"
}
}
}

dependencies {
modCompileOnly "mezz.jei:jei-$jei_minecraft_version-fabric-api:$jei_version"
if (jei_minecraft_version == minecraft_version) {
modRuntimeOnly "mezz.jei:jei-$jei_minecraft_version-fabric:$jei_version"
}

modRuntimeOnly "com.terraformersmc:modmenu:$modmenu_version"

modCompileOnly "me.shedaniel.cloth:cloth-config-fabric:11.0.99"
modCompileOnly("de.siphalor:amecsapi-1.20:1.5.2+mc1.20-pre1")
}
7 changes: 0 additions & 7 deletions kuma/forge/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
dependencies {
compileOnly("mezz.jei:jei-$jei_minecraft_version-common-api:$jei_version")
if (jei_minecraft_version == minecraft_version) {
runtimeOnly("mezz.jei:jei-$jei_minecraft_version-forge:$jei_version")
}

// temporary hacky fix as suggested by Forge
implementation('net.sf.jopt-simple:jopt-simple:5.0.4') { version { strictly '5.0.4' } }
}
4 changes: 0 additions & 4 deletions kuma/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ fabric_version = 0.98.0+1.20.6
fabric_loader_version = 0.15.11

# Dependencies
jei_minecraft_version = 1.19.2
jei_version = 11.4.0.288
rei_version = 10.0.581
mixin_version = 0.8.5
modmenu_version = 10.0.0-beta.1

# Gradle
org.gradle.jvmargs = -Xmx3G
Expand Down
4 changes: 0 additions & 4 deletions kuma/neoforge/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
dependencies {
compileOnly "mezz.jei:jei-$jei_minecraft_version-common-api:$jei_version"
if (jei_minecraft_version == minecraft_version) {
runtimeOnly "mezz.jei:jei-$jei_minecraft_version-forge:$jei_version"
}
}

0 comments on commit 6a0b899

Please sign in to comment.