Skip to content

Commit 798987c

Browse files
committed
Migrate from asdf to mise for tool version management
1 parent 6c6e1c0 commit 798987c

4 files changed

Lines changed: 8 additions & 9 deletions

File tree

.mise.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tools]
2+
java = "openjdk-21"

.tool-versions

Lines changed: 0 additions & 2 deletions
This file was deleted.

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323

2424
## Development Setup
2525
1. Install prerequisites:
26-
- ASDF version manager
27-
- Java 21 (via ASDF)
26+
- Mise version manager
27+
- Java 21 (via Mise)
2828
- Git
2929

3030
2. Build project:

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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
```
6867
3. Build the project:
6968
```bash

0 commit comments

Comments
 (0)