feat: install jdk17(Adoptium prebuilt jdk on macOS)

This commit is contained in:
Ryan Yin
2023-07-31 10:52:43 +08:00
parent 66fa46afb6
commit 0030a41a8f
2 changed files with 3 additions and 1 deletions

View File

@@ -34,8 +34,9 @@
aws-iam-authenticator
eksctl
# DO NOT install build tools for C/C++, set it per project by devShell instead
# DO NOT install build tools for C/C++ and others, set it per project by devShell instead
gnumake # used by this repo, to simplify the deployment
jdk17 # used to run some java based tools(.jar)
# python
(python311.withPackages (ps:

View File

@@ -122,6 +122,7 @@
# Development
"insomnia" # REST client
"wireshark" # network analyzer
"temurin17" # JDK 17
"jdk-mission-control" # Java Mission Control
"google-cloud-sdk" # Google Cloud SDK
];