We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10a090a + 6e6a2a7 commit 265d115Copy full SHA for 265d115
antlr4_tool_runner.py
@@ -23,7 +23,7 @@ def initialize_paths():
23
24
def latest_version():
25
try:
26
- with urlopen(f"https://search.maven.org/solrsearch/select?q=a:antlr4-master+g:org.antlr",
+ with urlopen("https://central.sonatype.com/solrsearch/select?q=a:antlr4-master+g:org.antlr",
27
timeout=10) as response:
28
s = response.read().decode("UTF-8")
29
searchResult = json.loads(s)['response']
0 commit comments