Avatar

Organizations

2 results for Sdkman
  • Introduction

    I was experimenting with some Github Actions that needed to make use of Mandrel so, I thought that I should use sdkman. I run into some issues though and I thought I should document the experience

    The main issue I encountered, is that no matter how I mixed sdkamn into the mix, my steps acted like it was not

    The sdkamn action

    It seems that there is a Github Action for sdkman available, which should allow you to manage any `candidate`. I used it like this:

    sdkman github Created Mon, 20 Sep 2021 09:20:00 +0300
  • Prologue

    I recently came across micronaut one of the many java micro-frameworks that gain a lot of interest lately. This particular framework was being installed locally using a tool that I haven’t come accross before: sdkman.

    This will be a really short post about sdkman.

    What is sdkman?

    Even if you only use a computer for playing games, sooner or later you are going to have to manage multiple versions of the same piece of software. Now, if you are into development then its possible that you’ve either have a handcrafted solution or using one provided by the operating system.

    java sdkman Created Tue, 16 Oct 2018 15:57:00 +0300