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") } ```