Skip to content

Commit

Permalink
Added more supported values to IMPLEMENTOR field in RELEASE file
Browse files Browse the repository at this point in the history
  • Loading branch information
tushev committed Nov 2, 2021
1 parent 81d22e4 commit 4e79552
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Classes/Adoptium/AdoptiumTools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ static public string GetTypeOrEditionString(string id)
{
switch (id)
{
case "Eclipse Adoptium":
case "Eclipse Temurin":
case "Eclipse Foundation":
case "Temurin":
case "Adoptium":
return "Eclipse Temurin™";
case "AdoptOpenJDK":
return "AdoptOpenJDK";
Expand Down

0 comments on commit 4e79552

Please sign in to comment.