Skip to content

Commit

Permalink
fixed TestProjectMulti-project
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Dec 12, 2023
1 parent e77ac1d commit 9878140
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions TestMultiproject/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ plugins {
}
mindustry {
dependency {
mindustry on "v141.3"
arc on "v141.3"
mindustry on "v146"
arc on "v146"
}
}
runMindustry {
addClient {
official(version = "v141.3")
official(version = "v146")
}
addServer {
official(version = "v141.3")
official(version = "v146")
}
}
2 changes: 1 addition & 1 deletion TestMultiproject/js/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mindustry {
}
runMindustry {
addClient {
official(version = "v141.3")
official(version = "v146")
}
}
mindustryAssets {
Expand Down

0 comments on commit 9878140

Please sign in to comment.