Skip to content

Commit 8c75af2

Browse files
committed
build(gradle): remove compile dependency to server bundle
which broke the macos arm CI build because of the git command
1 parent 57a477f commit 8c75af2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ tasks {
8484
}
8585
}
8686
withType<KotlinCompile> {
87-
dependsOn(backend.task(":server:bundle"))
8887
kotlinOptions {
8988
jvmTarget = minJavaVersion.toString()
9089
freeCompilerArgs = listOf("-Xjvm-default=all")

0 commit comments

Comments
 (0)