Skip to content

Commit

Permalink
fix: incorrect package name in gradle task
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jul 10, 2022
1 parent 10c53f7 commit 152b2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 152b2c9

Please sign in to comment.