Skip to content

Commit

Permalink
Fix broken printVersion task
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaven-stytch committed Jan 13, 2025
1 parent d351413 commit d49487e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,6 @@ tasks.register("printVersion") {
group = "Documentation"
description = "Prints the version of the SDK. Used for autoreleasing the SDK from GitHub"
doLast {
println(extra["PUBLISH_VERSION"])
println(project.extra["PUBLISH_VERSION"])
}
}

0 comments on commit d49487e

Please sign in to comment.