Skip to content

Commit

Permalink
Don't include night-config and typetools in fabric jar (#2210)
Browse files Browse the repository at this point in the history
  • Loading branch information
JT122406 authored Apr 23, 2024
1 parent a48692e commit 6fc21e7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ dependencies {
modImplementation "com.github.glitchfiend:GlitchCore-fabric:${minecraft_version}-${glitchcore_version}"
modImplementation "com.github.glitchfiend:TerraBlender-fabric:${minecraft_version}-${terrablender_version}"
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'

// Dependencies embedded in final jar
include implementation("com.electronwill.night-config:toml:${nightconfig_version}")
include implementation("com.electronwill.night-config:core:${nightconfig_version}")
include implementation("net.jodah:typetools:0.6.3")
compileOnly("com.electronwill.night-config:toml:${nightconfig_version}")
compileOnly("com.electronwill.night-config:core:${nightconfig_version}")
compileOnly("net.jodah:typetools:0.6.3")
}

loom {
Expand Down

0 comments on commit 6fc21e7

Please sign in to comment.