Skip to content

Commit 3fe8b22

Browse files
tyczjSpace
authored andcommitted
change build path
1 parent 0f4334d commit 3fe8b22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.space.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ job("Build and publish") {
1010
env["PASSWORD"] = Secrets("maven-password")
1111

1212
kotlinScript { api ->
13-
api.gradle("build")
14-
api.gradle("publish)
13+
api.gradle(":sharedmodule:build")
14+
api.gradle(":sharedmodule:publish)
1515
}
1616
}
1717
}

0 commit comments

Comments
 (0)