Skip to content

Commit 6f77405

Browse files
authored
chore: disable publishing integration_testing (#643)
1 parent d35fa39 commit 6f77405

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

integration_testing/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,8 @@ tasks.named<Test>("test") {
5252

5353
// todo: cleanup copyExamples.destinationDir or move copy to tests
5454
}
55+
56+
tasks.withType<AbstractPublishToMaven> {
57+
enabled = false
58+
}
59+

0 commit comments

Comments
 (0)