Skip to content

Commit

Permalink
use ts-model-api 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slisson committed Dec 15, 2023
1 parent 9a01679 commit df807d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernelf-angular-demo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ val updateTsModelApiVersion = tasks.create("updateTsModelApiVersion") {
val replacement = if (localPath.exists()) {
""""@modelix/ts-model-api": "file:${localPath.relativeTo(projectDir)}""""
} else {
""""@modelix/ts-model-api": "${libs.versions.modelixCore.get()}""""
""""@modelix/ts-model-api": "${rootProject.property("ts-model-api.version")}""""
}
println("ts-model-api version: $replacement")
text = text.replace(Regex(""""@modelix/ts-model-api": ".*""""), replacement)
Expand Down

0 comments on commit df807d8

Please sign in to comment.