Skip to content

Commit

Permalink
adoptium: bump jdk versions to 20 and 21
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Oct 20, 2023
1 parent 59e70ab commit ec6c4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adoptium.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
DOWNLOAD_TIMEOUT = int(os.getenv('DOWNLOAD_TIMEOUT', '1800'))
BASE_PATH = os.getenv('TUNASYNC_WORKING_DIR')
BASE_URL = os.getenv('TUNASYNC_UPSTREAM_URL', "https://packages.adoptium.net/artifactory")
FEATURE_VERSIONS = [8, 11, 17, 18, 19]
FEATURE_VERSIONS = [8, 11, 17, 20, 21]

def download_file(url: str, dst_file: Path)->bool:
try:
Expand Down

0 comments on commit ec6c4d0

Please sign in to comment.