mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-26 00:42:46 +00:00
adoptopenjdk: 17
ref to https://github.com/tuna/issues/issues/1313#issuecomment-925448623
This commit is contained in:
parent
7c5b56b6eb
commit
347c69a45a
|
|
@ -17,7 +17,7 @@ import requests
|
|||
DOWNLOAD_TIMEOUT = int(os.getenv('DOWNLOAD_TIMEOUT', '1800'))
|
||||
BASE_PATH = os.getenv('TUNASYNC_WORKING_DIR')
|
||||
BASE_URL = os.getenv('TUNASYNC_UPSTREAM_URL', "http://adoptopenjdk.jfrog.io/adoptopenjdk")
|
||||
FEATURE_VERSIONS = range(8, 17)
|
||||
FEATURE_VERSIONS = range(8, 18)
|
||||
|
||||
def download_file(url: str, dst_file: Path)->bool:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in New Issue