Closed slovdahl closed 9 years ago
Ooops. Please clone the current repo and build it:
$ cd /path/to/doclet-repo
$ ./gradlew clean build
The plugin jar will be built in /path/to/doclet-repo/integrations/idea/target/libs/pegdown-doclet-idea-plugin-1.2.1-SNAPSHOT.jar
. Copy that file to your ~/.IdeaIC15/config/plugins
and remove v1.2 from there. You can also try using "Install plugin from disk".
Please report if this fixed it (it should), I'll submit the new Jar.
Thanks, it works!
By the way, I have to uncomment apply plugin:OSSRH
in doclet/build.gradle
to be able to build the project, otherwise it fails with:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':doclet:signArchives'.
> Cannot perform signing task ':doclet:signArchives' because it has no configured signatory
New jar submitted to JetBrains.
I updated the pegdown-doclet plugin to 1.2, and after that I get the following
NullPointerException
when I open settings and choose "Pegdown doclet":The javadoc isn't rendered as markdown either, but that wasn't the case before the update either.