kordamp / markdown-gradle-plugin

Markdown/HTML plugin for gradle
Apache License 2.0
71 stars 51 forks source link

jCenter release doesn't work #16

Closed ZacSweers closed 8 years ago

ZacSweers commented 9 years ago

Appears to not be able to find the Remark dependency

Error:Could not find com.overzealous:remark:0.9.3.
Searched in the following locations:
    file:/Applications/Android Studio.app/Contents/gradle/m2repository/com/overzealous/remark/0.9.3/remark-0.9.3.pom
    file:/Applications/Android Studio.app/Contents/gradle/m2repository/com/overzealous/remark/0.9.3/remark-0.9.3.jar
    https://jcenter.bintray.com/com/overzealous/remark/0.9.3/remark-0.9.3.pom
    https://jcenter.bintray.com/com/overzealous/remark/0.9.3/remark-0.9.3.jar
    https://maven.fabric.io/public/com/overzealous/remark/0.9.3/remark-0.9.3.pom
    https://maven.fabric.io/public/com/overzealous/remark/0.9.3/remark-0.9.3.jar
    https://raw.github.com/xujiaao/mvn-repository/master/releases/com/overzealous/remark/0.9.3/remark-0.9.3.pom
    https://raw.github.com/xujiaao/mvn-repository/master/releases/com/overzealous/remark/0.9.3/remark-0.9.3.jar
Required by:
    :app:unspecified > org.kordamp:markdown-gradle-plugin:1.0.0

It does appear to work fine if your private bintray repo is specified though

maven {
    // For the markdown plugin
    url 'http://dl.bintray.com/content/aalmiray/kordamp'
}
drazzib commented 9 years ago

+1

I can confirm that I'm unable to use plugins as deployed on plugins.gradle.org https://plugins.gradle.org/plugin/org.kordamp.gradle.markdown

scholarsmate commented 9 years ago

+1

Remark is a library for taking (X)HTML input and outputting markdown.

I think the vast majority of the plugin users need the markdown to HTML conversion rather than the other way around. Remark doesn't appear to be actively maintained.

Why not have the plugin focus on the markdown to HTML conversion (and jettison the markdown to HTML conversion) and if there is a desire to convert HTML into markdown, then publish a seperate plugin for handling that task?

martinda commented 8 years ago

Any news on this? Using the private bintray does not seem to work for me.

martinda commented 8 years ago

Looks like "remark" version 1.0.0 was pushed to jcenter: https://bitbucket.org/OverZealous/remark/issues/4/publish-artifacts-to-maven-ivy-repo#comment-20898525

So I have submitted a pull request to upgrade this project.

aalmiray commented 8 years ago

Fixed by merging #17