Files
ZeroEcho/settings.gradle
Leo Galambos db011ab6da Build process modification
feat: Javadoc footer improvement, deployment to a website
chore: build process clean-up

Signed-off-by: Leo Galambos <lg@hq.egothor.org>
2025-08-04 02:08:52 +02:00

15 lines
351 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', 'lib')