mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-06-01 22:19:18 +02:00
fix(ci): exclude kotlinNativeBundleConfiguration from flatpak source generation (#5517)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -58,6 +58,7 @@ tasks.flatpakGradleGenerator {
|
||||
"androidHostTestCompileClasspath",
|
||||
"androidHostTestLintChecksClasspath",
|
||||
"androidHostTestRuntimeClasspath",
|
||||
"kotlinNativeBundleConfiguration",
|
||||
"testCompileClasspath",
|
||||
"testRuntimeClasspath",
|
||||
),
|
||||
|
||||
@@ -49,6 +49,7 @@ tasks.flatpakGradleGenerator {
|
||||
"androidHostTestCompileClasspath",
|
||||
"androidHostTestLintChecksClasspath",
|
||||
"androidHostTestRuntimeClasspath",
|
||||
"kotlinNativeBundleConfiguration",
|
||||
"testCompileClasspath",
|
||||
"testRuntimeClasspath",
|
||||
),
|
||||
|
||||
@@ -93,6 +93,7 @@ tasks.flatpakGradleGenerator {
|
||||
"androidDeviceTestLintChecksClasspath",
|
||||
"androidDeviceTestCompileClasspath",
|
||||
"androidCompileClasspath",
|
||||
"kotlinNativeBundleConfiguration",
|
||||
"testCompileClasspath",
|
||||
"testRuntimeClasspath",
|
||||
),
|
||||
|
||||
@@ -85,6 +85,7 @@ tasks.flatpakGradleGenerator {
|
||||
"androidDeviceTestLintChecksClasspath",
|
||||
"androidDeviceTestCompileClasspath",
|
||||
"androidCompileClasspath",
|
||||
"kotlinNativeBundleConfiguration",
|
||||
"testCompileClasspath",
|
||||
"testRuntimeClasspath",
|
||||
),
|
||||
|
||||
@@ -50,6 +50,7 @@ tasks.flatpakGradleGenerator {
|
||||
"androidDeviceTestLintChecksClasspath",
|
||||
"androidDeviceTestCompileClasspath",
|
||||
"androidCompileClasspath",
|
||||
"kotlinNativeBundleConfiguration",
|
||||
"testCompileClasspath",
|
||||
"testRuntimeClasspath",
|
||||
),
|
||||
|
||||
@@ -137,5 +137,11 @@ publishing {
|
||||
tasks.flatpakGradleGenerator {
|
||||
outputFile = file("../../flatpak-sources-core-proto.json")
|
||||
downloadDirectory.set("./offline-repository")
|
||||
excludeConfigurations.set(listOf("testCompileClasspath", "testRuntimeClasspath"))
|
||||
excludeConfigurations.set(
|
||||
listOf(
|
||||
"kotlinNativeBundleConfiguration",
|
||||
"testCompileClasspath",
|
||||
"testRuntimeClasspath",
|
||||
),
|
||||
)
|
||||
}
|
||||
|
||||
@@ -80,6 +80,7 @@ tasks.flatpakGradleGenerator {
|
||||
"androidHostTestCompileClasspath",
|
||||
"androidHostTestLintChecksClasspath",
|
||||
"androidHostTestRuntimeClasspath",
|
||||
"kotlinNativeBundleConfiguration",
|
||||
"testCompileClasspath",
|
||||
"testRuntimeClasspath",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user