Skip to content

Commit

Permalink
add java 21 to Reposilite too
Browse files Browse the repository at this point in the history
  • Loading branch information
powercasgamer committed Feb 13, 2024
1 parent ca8a749 commit 2b81af9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions software/reposilite/egg-reposilite.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2023-02-06T18:51:07+01:00",
"exported_at": "2024-02-13T17:26:13+0000",
"name": "Reposilite",
"author": "[email protected]",
"description": "Lightweight and easy-to-use repository management software dedicated for Maven based artifacts in the JVM ecosystem.",
Expand All @@ -13,7 +13,8 @@
"ghcr.io\/pterodactyl\/yolks:java_8": "ghcr.io\/pterodactyl\/yolks:java_8",
"ghcr.io\/pterodactyl\/yolks:java_11": "ghcr.io\/pterodactyl\/yolks:java_11",
"ghcr.io\/pterodactyl\/yolks:java_16": "ghcr.io\/pterodactyl\/yolks:java_16",
"ghcr.io\/pterodactyl\/yolks:java_17": "ghcr.io\/pterodactyl\/yolks:java_17"
"ghcr.io\/pterodactyl\/yolks:java_17": "ghcr.io\/pterodactyl\/yolks:java_17",
"ghcr.io\/pterodactyl\/yolks:java_21": "ghcr.io\/pterodactyl\/yolks:java_21"
},
"file_denylist": [],
"startup": "java -Xmx{{SERVER_MEMORY}}M -Dreposilite.port={{SERVER_PORT}} -jar reposilite.jar --port {{SERVER_PORT}}",
Expand Down

0 comments on commit 2b81af9

Please sign in to comment.