Skip to content
wiki de pasquale edited this page Mar 7, 2022 · 1 revision

You need JDK 11 to complete the build successfully.

Newer versions of the JDK are untested and can produce unwanted results.

./gradlew assemble publishToMavenLocal
repositories {
    mavenLocal()
}

dependencies {
    implementation "io.github.diareuse:gecko-core:undefined"
    // and conversely the remaining modules…
}
Clone this wiki locally