mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-03 00:57:33 +01:00
fix: incorrect package name in gradle task
This commit is contained in:
parent
10c53f720d
commit
152b2c90cf
@ -54,7 +54,7 @@ tasks {
|
|||||||
dependsOn(build)
|
dependsOn(build)
|
||||||
|
|
||||||
classpath = sourceSets["main"].runtimeClasspath
|
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.
|
// Dummy task to fix the Gradle semantic-release plugin.
|
||||||
// Remove this if you forked it to support building only.
|
// Remove this if you forked it to support building only.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user