With this release the MOE Community Edition is merged back to the MOE project and the development will be continued on the original version (including the SubstrateVM based backend)! And this is also the first release after migrating to Maven Central.
Changelog
- Migrate to Maven Central
- Merge MOE Community Edition to MOE
Install / Upgrade
Change your build script like below, make sure to add mavenCentral()
to the repositories
and also update the group id of the moe plugin:
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath group: 'org.multi-os-engine', name: 'moe-gradle', version: '1.7.4'
}
}