Is moqui-framework master branch supposed to be using Java 21 and marked as releaseVersion 4.0.0?

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

Hello, yes documentation and announcements are on the way but moqui 4 is out. This also includes community components. If you want to stay on older versions then it’s better to checkout the latest tag of V3, or, I highly recommend that you actually upgrade.

To understand what changed (a lot) then read the ReleaseNotes file for now.