Skip to content

Commit 5662fef

Browse files
committed
feat: add comment on how to obtain skipped projects in Kafka build
1 parent 8dcdd7f commit 5662fef

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

kafka/stackable/patches/3.7.1/001-cyclonedx-plugin.patch

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/build.gradle b/build.gradle
2-
index 32e6e8f..33e12a8 100644
2+
index 32e6e8f..13a0def 100644
33
--- a/build.gradle
44
+++ b/build.gradle
5-
@@ -48,6 +48,45 @@ plugins {
5+
@@ -48,6 +48,47 @@ plugins {
66
// artifacts - see https://github.com/johnrengelman/shadow/issues/901
77
id 'com.github.johnrengelman.shadow' version '8.1.0' apply false
88
id 'com.diffplug.spotless' version '6.14.0' apply false // 6.14.1 and newer require Java 11 at compile time, so we can't upgrade until AK 4.0
@@ -21,6 +21,8 @@ index 32e6e8f..33e12a8 100644
2121
+ // The file format generated, can be xml, json or all for generating both. Defaults to 'all'
2222
+ outputFormat = "json"
2323
+ includeConfigs = ["runtimeClasspath"]
24+
+ // Exclude test components. This list needs to be checked and, if it changed, updated for every new Kafka version.
25+
+ // The list can be obtained by running `gradle projects | grep upgrade-system-tests`
2426
+ skipProjects = [
2527
+ 'upgrade-system-tests-0100',
2628
+ 'upgrade-system-tests-0101',

kafka/stackable/patches/3.8.0/001-cyclonedx-plugin.patch

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/build.gradle b/build.gradle
2-
index 92082fe..bd7f6e2 100644
2+
index 92082fe..e3d6c72 100644
33
--- a/build.gradle
44
+++ b/build.gradle
5-
@@ -48,6 +48,46 @@ plugins {
5+
@@ -48,6 +48,48 @@ plugins {
66
// artifacts - see https://github.com/johnrengelman/shadow/issues/901
77
id 'com.github.johnrengelman.shadow' version '8.1.0' apply false
88
id 'com.diffplug.spotless' version '6.14.0' apply false // 6.14.1 and newer require Java 11 at compile time, so we can't upgrade until AK 4.0
@@ -21,6 +21,8 @@ index 92082fe..bd7f6e2 100644
2121
+ // The file format generated, can be xml, json or all for generating both. Defaults to 'all'
2222
+ outputFormat = "json"
2323
+ includeConfigs = ["runtimeClasspath"]
24+
+ // Exclude test components. This list needs to be checked and, if it changed, updated for every new Kafka version.
25+
+ // The list can be obtained by running `gradle projects | grep upgrade-system-tests`
2426
+ skipProjects = [
2527
+ 'upgrade-system-tests-0100',
2628
+ 'upgrade-system-tests-0101',

0 commit comments

Comments
 (0)