MOE Gradle Plugin Community Edition release 1.5.1

Change log:

  • Add support of Gradle 6.x (Thanks for the help by @appr!)

Change your build script to use the new plugin:

buildscript {
    dependencies {
        classpath group: 'org.multi-os-engine.community', name: 'moe-gradle', version: '1.5.1'
    } 
}
3 Likes