mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-08 23:54:39 +00:00
test(ci): intentionally remove java.management to verify smoke test catches #2819
This commit should FAIL the release-deb-launch CI job, proving the smoke test works. Will be reverted in the next commit. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
2010e41b25
commit
d0a6bbc96f
@@ -107,10 +107,10 @@ compose.desktop {
|
||||
nativeDistributions {
|
||||
appResourcesRootDir.set(project.layout.projectDirectory.dir("src/jvmMain/appResources"))
|
||||
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb, TargetFormat.Rpm)
|
||||
// Output of ./gradlew suggestRuntimeModules (+ java.management already present)
|
||||
// INTENTIONALLY BROKEN — removed java.management to prove CI catches #2819
|
||||
modules(
|
||||
"java.instrument", // Runtime instrumentation (agent/profiler hooks)
|
||||
"java.management", // Required by kmp-tor TorRuntime
|
||||
// "java.management" REMOVED to reproduce #2819
|
||||
"java.prefs", // java.util.prefs (desktop persistence)
|
||||
"java.sql", // JDBC metadata (Jackson, SQLite driver)
|
||||
"jdk.security.auth", // JAAS authentication callbacks
|
||||
|
||||
Reference in New Issue
Block a user