Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Mar 3, 2024
1 parent 2136ab9 commit beee0a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/PklProject
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ package {
authors {
"James Ward <james@jamesward.com>"
}
version = read?("env:VERSION")?.replaceFirst("\(name)@", "") ?? "0.0.1-SNAPSHOT"
version = read?("env:VERSION") ?? "0.0.1-SNAPSHOT"
baseUri = "package://jamesward.github.com/pklgha"
packageZipUrl = "https://github.com/jamesward/pklgha/releases/download/\(name)@\(version)/\(name)@\(version).zip"
packageZipUrl = "https://github.com/jamesward/pklgha/releases/download/\(version)/\(version).zip"
sourceCode = "https://github.com/jamesward/pklgha"
sourceCodeUrlScheme = "https://github.com/jamesward/pklgha/blob/\(version)/generated-package%{path}#%{line}-%{endLine}"
sourceCodeUrlScheme = "\(sourceCode)/blob/\(version)%{path}#L%{line}-L%{endLine}"
documentation = "https://jamesward.github.io/pklgha"
license = "Apache-2.0"
description = """
Expand Down

0 comments on commit beee0a0

Please sign in to comment.