fix: incorrect package name in gradle task
This commit is contained in:
parent
7107ee87d9
commit
8ce3a6b4e3
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue