-
Notifications
You must be signed in to change notification settings - Fork 1
Build
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…
}