docs: templated readme (#138)

This commit is contained in:
bogadana
2022-07-10 15:28:18 +02:00
committed by GitHub
parent dca6e6e73f
commit 8081a20285
4 changed files with 34 additions and 26 deletions

View File

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