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 9db8e8f commit b226eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fun computeVersion(): Any {
}

val tsModelApiPath = rootDir.parentFile.resolve("modelix.core").resolve("ts-model-api")
val tsModelApiVersion = if (tsModelApiPath.exists()) "file:${tsModelApiPath.absolutePath}" else libs.versions.modelixCore.get()
val tsModelApiVersion = "3.16.0" //if (tsModelApiPath.exists()) "file:${tsModelApiPath.absolutePath}" else libs.versions.modelixCore.get()
ext.set("ts-model-api.version", tsModelApiVersion)

subprojects {
Expand Down

0 comments on commit b226eea

Please sign in to comment.