Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

Commit

Permalink
ci/cd: generateTemplates is now running for sure
Browse files Browse the repository at this point in the history
  • Loading branch information
realkarmakun committed Jun 2, 2024
1 parent 59b0bed commit 2fb5627
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = "ru.meproject"
version = "1.0.0-RC.16"
version = "1.0.0-RC.17"

repositories {
mavenCentral()
Expand Down Expand Up @@ -110,4 +110,8 @@ sourceSets.main {
java.srcDir(tasks.named("generateTemplates").map { it.outputs.files })
}

tasks.compileKotlin {
dependsOn(tasks.named("generateTemplates"))
}


0 comments on commit 2fb5627

Please sign in to comment.