-
-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move to sonatype maven central #147
move to sonatype maven central #147
Conversation
37299d1
to
f212716
Compare
Related: Kotlin/kotlinx.html#173 |
a3c4cc6
to
14c83ee
Compare
build.gradle
Outdated
} | ||
|
||
repositories { | ||
jcenter() | ||
mavenCentral() | ||
jcenter() // Remove when https://github.com/Kotlin/kotlinx.html/issues/173 is fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like this is not a blocker anymore: Kotlin/kotlinx.html#173 (comment)
@@ -46,7 +46,8 @@ final class LicensePluginAndroidSpec extends Specification { | |||
""" | |||
buildscript { | |||
repositories { | |||
jcenter() | |||
mavenCentral() | |||
jcenter() // Remove when https://github.com/Kotlin/kotlinx.html/issues/173 is fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be removed now? Kotlin/kotlinx.html#173 (comment)
Is there anything keeping this PR from being merged? I was able to notice something about kotlin-html, which seems to be fixed now. Happy to help, if needed. |
95ad48a
to
2855fd9
Compare
2855fd9
to
427282e
Compare
No description provided.