Skip to content

Commit

Permalink
release/1.0.0: Change protocol and subdomain to use secure connection…
Browse files Browse the repository at this point in the history
… over SSL
  • Loading branch information
nok committed Jan 19, 2020
1 parent 7ecc189 commit aced03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn_porter/language/Java/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ class Java(LanguageABC):
# yapf: enable

GSON_DOWNLOAD_URI = (
'http:https://central.maven.org/maven2/'
'https:https://repo1.maven.org/maven2/'
'com/google/code/gson/gson/2.8.6/gson-2.8.6.jar'
)

0 comments on commit aced03a

Please sign in to comment.