Skip to content

v1.4.2

Compare
Choose a tag to compare
@skrugly skrugly released this 13 Apr 10:54
· 43 commits to development since this release

Fix Gradle 7.0
Publish artifact to Maven Central:

initscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath 'io.github.adambl4:mirakle:1.4.2'
    }
}