Skip to content

Commit

Permalink
maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Feb 7, 2024
1 parent 143c643 commit 98580d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
with:
distribution: temurin
java-version: 17
cache: gradle

- uses: gradle/actions/setup-gradle@v3

Expand Down
2 changes: 1 addition & 1 deletion src/PklProject
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package {
}
version = read?("env:VERSION")?.dropWhile((s) -> s == "v") ?? "0.0.1-SNAPSHOT"
baseUri = "package://jamesward.github.com/pklamper"
packageZipUrl = "https://github.com/jamesward/pklamper/releases/download/\(name)@\(version)/\(name)@\(version).zip"
packageZipUrl = "https://github.com/jamesward/pklamper/releases/download/v\(version)/\(name)@\(version).zip"
sourceCode = "https://github.com/jamesward/pklamper"
sourceCodeUrlScheme = "https://github.com/jamesward/pklamper/blob/\(version)/generated-package%{path}#%{line}-%{endLine}"
license = "Apache-2.0"
Expand Down

0 comments on commit 98580d4

Please sign in to comment.