Remove unused foojay-resolver-convention plugin
Auto-downloads a JDK toolchain over the network when the required version isn't installed locally, which conflicts with F-Droid's offline/reproducible build requirements and was flagged by their RFP scanner (https://gitlab.com/fdroid/rfp/-/work_items/4395#note_3827250669) as a network-access risk. Confirmed unused: no module in this project declares an explicit jvmToolchain, so it was inert KMP-wizard scaffolding to begin with. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FXcrACM5sok3M1KQJ8kByy
This commit is contained in:
@@ -27,10 +27,6 @@ dependencyResolutionManagement {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
|
||||||
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
|
|
||||||
}
|
|
||||||
|
|
||||||
include(":androidApp")
|
include(":androidApp")
|
||||||
include(":desktopApp")
|
include(":desktopApp")
|
||||||
include(":shared")
|
include(":shared")
|
||||||
|
|||||||
Reference in New Issue
Block a user