Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Jul 23, 2024
1 parent 45ec822 commit 2933450
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
### Updates

- **Shadowed** jars.
- **Improved** development environment check to prevent file spamming as a dependency.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ plugins {
`maven-publish`
alias(libs.plugins.fabric.loom)
alias(libs.plugins.modpublisher)
alias(libs.plugins.shadow)
}

val display = libs.versions.display
Expand All @@ -31,7 +30,6 @@ dependencies {
modApi(libs.cloth.config)

implementation(libs.bundles.night.config)
shadow(libs.bundles.night.config)
include(libs.bundles.night.config)

// JUnit
Expand Down
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ fabric-loader = "0.15.11"
fabric-api = "0.100.4+1.21"
fabric-loom = "1.6-SNAPSHOT"
modpublisher = "2.1.0"
shadow = "8.+"

cloth-config = "15.0.127"
night-config = "3.8.0"
Expand Down Expand Up @@ -41,7 +40,6 @@ night-config-yaml = { group = "com.electronwill.night-config", name = "yaml", ve
[plugins]
fabric-loom = { id = "fabric-loom", version.ref = "fabric-loom" }
modpublisher = { id = "com.hypherionmc.modutils.modpublisher", version.ref = "modpublisher" }
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" }

[bundles]
fabric = ["fabric-loader", "fabric-api"]
Expand Down

0 comments on commit 2933450

Please sign in to comment.