Skip to content

Commit 1a4b157

Browse files
committed
Add Mise to pulumi-java
This change adds a `.mise.toml` to the repository so that [Mise](https://mise.jdx.dev) can be used to manage developer tooling for `pulumi-java`. This is inline with other PRs across our estate, such as pulumi/pulumi#18626. Developers with Mise installed can now run `mise trust` in `pulumi-java` and have the relevant tooling installed for running `make`, etc.
1 parent ada56b0 commit 1a4b157

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.mise.toml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[env]
2+
3+
[tools]
4+
github-cli = "latest"
5+
"go:github.com/go-delve/delve/cmd/dlv" = "latest"
6+
"go:golang.org/x/tools/gopls" = "latest"
7+
go = "1.24"
8+
gofumpt = "latest"
9+
golangci-lint = "1.64.2"
10+
jq = "latest"
11+
node = "20"
12+
"npm:pnpm" = "latest"
13+
"npm:typescript" = "latest"
14+
"npm:typescript-language-server" = "latest"
15+
"npm:yarn" = "latest"
16+
python = "3.11"
17+
java = "adoptopenjdk-11.0.26+4"
18+
gradle = "8.10.2"
19+
20+
[plugins]

0 commit comments

Comments
 (0)