Skip to content
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

1.2 does not work #55

Open
hrstoyanov opened this issue May 22, 2016 · 3 comments
Open

1.2 does not work #55

hrstoyanov opened this issue May 22, 2016 · 3 comments

Comments

@hrstoyanov
Copy link

I am new to this doclet. I followed the documentation and put just this in my Gradle build file:

buildscript {
    repositories {
        mavenCentral() 
        jcenter()
    }
    dependencies {
        classpath "ch.raffael.pegdown-doclet:pegdown-doclet:${pegdown_doclet_version}"
    }
}
apply plugin: 'ch.raffael.pegdown-doclet'

... and the generated javadocs show that it is not kicking in.
I see other people do configurations and additional settings. Is this really necessary?

@hrstoyanov
Copy link
Author

Well .. what is the latest version actually? Is it 1.2 as the README.md says?

@Abnaxos
Copy link
Owner

Abnaxos commented May 22, 2016

1.3 is the latest version, actually. Try that first (or 1.2.1).

The Gradle plugin only covers the most simple cases and doing it manually isn't complicated neither (see the configuration for Maven, just set the doclet in the Javadoc configuration).

I'll look into it if it doesn't work with a newer version.

@hrstoyanov
Copy link
Author

Please fix the home page then . Yesterday it showed the cradle example with
1.2 which is the reason I had issues. With 1.3 it seems to work. Thanks

/Hristo Stoyanov
On May 21, 2016 11:43 PM, "Raffael Herzog" notifications@github.com wrote:

1.3 is the latest version, actually. Try that first (or 1.2.1).

The Gradle plugin only covers the most simple cases and doing it manually
isn't complicated neither (see the configuration for Maven, just set the
doclet in the Javadoc configuration).

I'll look into it if it doesn't work with a newer version.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#55 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants