Skip to content

Commit

Permalink
fix build dir path resolution for version injection
Browse files Browse the repository at this point in the history
  • Loading branch information
tabilzad committed Mar 31, 2024
1 parent d6dc6ce commit ec7acdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=io.github.tabilzad
VERSION_NAME=0.5.0-alpha
VERSION_NAME=0.5.1-alpha

POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
Expand Down
2 changes: 1 addition & 1 deletion ktor-docs-plugin-gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gradlePlugin {
}
}

val versionDirectory = "${layout.buildDirectory}/generated/version/"
val versionDirectory = "${layout.buildDirectory.asFile.get().path}/generated/version/"

sourceSets {
main {
Expand Down

0 comments on commit ec7acdf

Please sign in to comment.