From 152b2c90cf102170648fcc168da10f46743bdc63 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 10 Jul 2022 19:50:42 +0200 Subject: [PATCH] fix: incorrect package name in gradle task --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.