Skip to content

Commit 4c4048a

Browse files
committed
build: exclude samples if deploying
1 parent 3331c37 commit 4c4048a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

settings.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ if (deployNative) {
2424
if (deployKotlin) {
2525
include(":native-all")
2626
}
27-
include(":examples", ":examples:skia-gl")
27+
if (!deployKotlin && !deployNative) {
28+
include(":examples", ":examples:skia-gl")
29+
}

0 commit comments

Comments
 (0)