Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Mar 6, 2024
1 parent daf21c6 commit 4a0d630
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ dependencies {
mappings(libs.yarn)
modImplementation(libs.bundles.fabric)

modImplementation(libs.equator)?.let {
include(it)
}
modImplementation(libs.equator)
modCompileOnly(libs.verticality)

include(libs.equator)
}

java {
Expand All @@ -47,9 +47,7 @@ tasks {
}

jar {
from("LICENSE") {
rename { "${it}_${base.archivesName}" }
}
from("LICENSE")
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
maven-group = "band.kessokuteatime"
archives-name = "fadedwidgets"
mod = "2.0.3"
mod = "2.0.4"

minecraft = "1.20.2"
yarn = "1.20.2+build.4"
Expand Down

0 comments on commit 4a0d630

Please sign in to comment.