Files
ZeroEcho/settings.gradle
Leo Galambos d1bdf7d9df Split integrations and export into ext module
feat: move integrations from lib to ext
feat: move content export from lib to ext
feat: rename affected packages for separate module distribution
chore: update Gradle module wiring
chore: adjust JPMS descriptors and dependencies
docs: update module structure documentation
2026-04-01 20:43:10 +02:00

15 lines
376 B
Groovy

pluginManagement {
plugins {
id 'com.palantir.git-version' version '4.0.0' // Define the plugin version globally
}
}
plugins {
// Apply the foojay-resolver plugin to allow automatic download of JDKs
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}
rootProject.name = 'ZeroEcho'
include('app', 'ext', 'lib', 'pki', 'samples')