Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Actually fix print
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoester committed Oct 14, 2022
1 parent 293be6d commit 1669158
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ println("Version: $version")
ext["mpsVersion"] = "2020.3.6"
ext["mpsExtensionsVersion"] = "2020.3.2460.1bab41f"

gpruser = project.findProperty("gpr.user") as? String ?: System.getenv("GITHUB_ACTOR")
println("GPR user: $gpruser")
println("GPR user: " + project.findProperty("gpr.user") as? String ?: System.getenv("GITHUB_ACTOR"))

fun computeVersion(): Any {
val versionFile = file("version.txt")
Expand Down

0 comments on commit 1669158

Please sign in to comment.