File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ dependencies {
2222 mappings(libs.yarn)
2323 modImplementation(libs.bundles.fabric)
2424
25- api (project(" :Math" ))
26- api (project(" :Visual" ))
25+ implementation (project(" :Math" ))
26+ implementation (project(" :Visual" ))
2727}
2828
2929java {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
2222 mappings(libs.yarn)
2323 modImplementation(libs.bundles.fabric)
2424
25- api (project(" :Math" ))
25+ implementation (project(" :Math" ))
2626 api(libs.mixbox)
2727}
2828
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ tasks {
5454 }
5555
5656 register(" collectJars" , Copy ::class .java) {
57+ dependsOn(" deleteCollectedJars" )
5758 group = " build"
5859
5960 val destination = file(" ${layout.buildDirectory.get()} /libs/latest" )
Original file line number Diff line number Diff line change 11[versions ]
22maven-group = " net.krlite"
33archives-name = " equator"
4- mod = " 2.6.4-alpha.2 "
4+ mod = " 2.6.4-alpha.3 "
55
66archives-animation-name = " equator-animation"
77archives-math-name = " equator-math"
You can’t perform that action at this time.
0 commit comments