Skip to content

Commit

Permalink
Updates the module version to v3 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivotal-david-osullivan authored Apr 7, 2023
1 parent ddcfb96 commit eeba205
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/paketo-buildpacks/microsoft-openjdk/v2
module github.com/paketo-buildpacks/microsoft-openjdk/v3

go 1.18

Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euo pipefail

GOOS="linux" go build -ldflags='-s -w' -o bin/helper github.com/paketo-buildpacks/libjvm/cmd/helper
GOOS="linux" go build -ldflags='-s -w' -o bin/main github.com/paketo-buildpacks/microsoft-openjdk/v2/cmd/main
GOOS="linux" go build -ldflags='-s -w' -o bin/main github.com/paketo-buildpacks/microsoft-openjdk/v3/cmd/main

if [ "${STRIP:-false}" != "false" ]; then
strip bin/helper bin/main
Expand Down

0 comments on commit eeba205

Please sign in to comment.