Skip to content

Commit

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

api(project(":Math"))
api(project(":Visual"))
implementation(project(":Math"))
implementation(project(":Visual"))
}

java {
Expand Down
2 changes: 1 addition & 1 deletion Visual/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
mappings(libs.yarn)
modImplementation(libs.bundles.fabric)

api(project(":Math"))
implementation(project(":Math"))
api(libs.mixbox)
}

Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ tasks {
}

register("collectJars", Copy::class.java) {
dependsOn("deleteCollectedJars")
group = "build"

val destination = file("${layout.buildDirectory.get()}/libs/latest")
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 = "net.krlite"
archives-name = "equator"
mod = "2.6.4-alpha.2"
mod = "2.6.4-alpha.3"

archives-animation-name = "equator-animation"
archives-math-name = "equator-math"
Expand Down

0 comments on commit 6144443

Please sign in to comment.