From fe3cdc279d5e2728e17e4c835f7c7bb65ded4207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Kwieci=C5=84ski?= <36954793+mateuszkwiecinski@users.noreply.github.com> Date: Sun, 12 Nov 2023 19:10:41 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba10f22..a901467 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ sourceSets.named("main") { // Make them run on every compilation tasks.named("compileKotlin") { - dependsOn("generateCustomLicenseeKotlinCode") + dependsOn("generateLicenseeKotlinCode") } ```