File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [tools ]
2+ java = " openjdk-21"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2323
2424## Development Setup
25251 . Install prerequisites:
26- - ASDF version manager
27- - Java 21 (via ASDF )
26+ - Mise version manager
27+ - Java 21 (via Mise )
2828 - Git
2929
30302 . Build project:
Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ npx skills add anderssv/the-example/skills
4848# Using this code and building
4949
5050## Prerequisites
51- Install [ asdf-vm.com ] ( https://asdf-vm.com/guide /getting-started.html )
51+ Install [ mise ] ( https://mise.jdx.dev /getting-started.html )
5252
53- ASDF will make sure you have the right tools and versions. If not:
53+ Mise will make sure you have the right tools and versions. If not:
5454- Java 21
5555- Git
5656
@@ -60,10 +60,9 @@ ASDF will make sure you have the right tools and versions. If not:
6060 git clone https://github.com/anderssv/the-example.git
6161 cd the-example
6262 ```
63- 2 . Install Java using ASDF :
63+ 2 . Install Java using mise :
6464 ``` bash
65- asdf plugin add java # Only needed if you haven't installed the Java plugin before
66- asdf install # This will install Java 21 as specified in .tool-versions
65+ mise install # This will install Java 21 as specified in .mise.toml
6766 ```
68673 . Build the project:
6968 ``` bash
You can’t perform that action at this time.
0 commit comments