WHen I look at moqui-framework/framework/build.gradle at master · moqui/moqui-framework · GitHub
I am seeing
version = '4.0.0'
repositories {
flatDir name: 'localLib', dirs: projectDir.absolutePath + '/lib'
mavenCentral()
}
java {
sourceCompatibility = 21
targetCompatibility = 21
}
which, unsurprisingly causes an issue during the build
Thank You , Jim Mochel