fix: incorrect package name in gradle task

This commit is contained in:
oSumAtrIX 2022-07-10 19:50:42 +02:00
parent 10c53f720d
commit 152b2c90cf

View File

@ -54,7 +54,7 @@ tasks {
dependsOn(build)
classpath = sourceSets["main"].runtimeClasspath
mainClass.set("app.revanced.patches.meta.readme.Generator")
mainClass.set("app.revanced.meta.readme.Generator")
}
// Dummy task to fix the Gradle semantic-release plugin.
// Remove this if you forked it to support building only.