Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Purge on tools update #279

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Purge on tools update #279

merged 1 commit into from
Nov 14, 2024

Conversation

krystian-panek-vmltech
Copy link
Contributor

No description provided.

@@ -70,6 +70,9 @@ func (or OakRun) JarFile() string {
}

func (or OakRun) prepare() error {
if err := pathx.DeleteIfExists(or.Dir()); err != nil {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

without it when updating e.g

    #url: "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.18%2B10/OpenJDK11U-jdk_[[.Arch]]_[[.Os]]_hotspot_11.0.18_10.[[.ArchiveExt]]"
    url: "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u432-b06/OpenJDK8U-jdk_[[.Arch]]_[[.Os]]_hotspot_8u432b06.[[.ArchiveExt]]"
  

then old Java was in use because previously unpacked was still there

@krystian-panek-vmltech krystian-panek-vmltech merged commit 5eaf6c3 into main Nov 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant