ehn-dcc-development / hcert-kotlin

Kotlin multiplatform implementation of the HCERT/DCC specification
Apache License 2.0
25 stars 25 forks source link

build: stop using the jcenter repository #63

Closed lazka closed 2 years ago

lazka commented 2 years ago

jcenter is no longer active and in read-only mode. While this wouldn't be a problem it also times out a lot here and on GHA:

Could not resolve io.github.aakira:napier:1.5.0. Could not get resource 'https://jcenter.bintray.com/io/github/aakira/napier/1.5.0/napier-1.5.0.pom'. Could not GET 'https://jcenter.bintray.com/io/github/aakira/napier/1.5.0/napier-1.5.0.pom'. Read timed out

So get rid of it and use mavenCentral instead.

lazka commented 2 years ago

Here is a failing CI log showing the problems: https://github.com/digital-blueprint/hcert-kotlin/runs/3619758910?check_suite_focus=true

lazka commented 2 years ago

Thanks!

nodh commented 2 years ago

Thank you for implementing it :-)