Skip to content

Commit

Permalink
Support Java 21, java-runtime-delta
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Apr 9, 2024
1 parent 2eb6b31 commit b8eb509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Bootstrap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ namespace {

// Find these here: https://piston-meta.mojang.com/v1/products/java-runtime/2ec0cc96c44e5a76b9c8b7c39df7210883d12871/all.json
static const std::vector<LPCWSTR> JAVA_NAMES = {
L"java-runtime-delta", // Java 21.0.2
L"java-runtime-gamma", // Java 17.0.8
L"java-runtime-beta", // Java 17.0.1
L"java-runtime-alpha", // Java 16
Expand Down

0 comments on commit b8eb509

Please sign in to comment.