Files
conflux/settings.gradle
2025-07-04 01:33:27 +02:00

6 lines
192 B
Groovy

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 = "conflux"