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 2fb5627 commit fc6185c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.17"
version = "1.0.0-RC.18"

repositories {
mavenCentral()
Expand Down Expand Up @@ -101,7 +101,7 @@ fun gitShortRev(): String {

tasks.register<Copy>("generateTemplates") {
inputs.properties("version" to version, "gitRev" to gitShortRev())
from(file("/src/main/templates"))
from(file("src/main/templates"))
into(layout.buildDirectory.dir("generated/sources/templates"))
expand("version" to version, "gitRev" to gitShortRev())
}
Expand Down

0 comments on commit fc6185c

Please sign in to comment.