diff --git a/build.gradle.kts b/build.gradle.kts index 815515c7b..06c9a9b40 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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.