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
It seems that there is a Github Action for sdkman available, which should allow you to manage any `candidate`. I used it like this:
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.
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.