Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Aug 9, 2024
1 parent 56d009f commit 3d44c2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ task("unzip", type = Copy::class) {
from(zipTree("temp/codestyle/win32-x64.zip")) {
into("CodeFormat")
}
from(tarTree("emp/codestyle/darwin-x64.tar.gz")) {
from(tarTree("temp/codestyle/darwin-x64.tar.gz")) {
into("CodeFormat")
}
from(tarTree("emp/codestyle/darwin-arm64.tar.gz")) {
from(tarTree("temp/codestyle/darwin-arm64.tar.gz")) {
into("CodeFormat")
}
from(tarTree("emp/codestyle/linux-x64.tar.gz")) {
from(tarTree("temp/codestyle/linux-x64.tar.gz")) {
into("CodeFormat")
}

Expand Down

0 comments on commit 3d44c2b

Please sign in to comment.