asciidoctor / asciidoctorj-pdf

AsciidoctorJ PDF bundles the Asciidoctor PDF RubyGem (asciidoctor-pdf) so it can be loaded into the JVM using JRuby.
Apache License 2.0
36 stars 17 forks source link

Importing fails due to missing method in project #1

Closed abelsromero closed 7 years ago

abelsromero commented 7 years ago

When I try to import it, or just run some task in the shell the following error appears

* Where:
Script 'C:\home\bin\.babun\cygwin\home\asalgadr\temp\asciidoctorj-pdf\gradle\publish.gradle' line: 83

* What went wrong:
A problem occurred configuring project ':asciidoctorj-pdf'.
> Could not find method isDistribution() for arguments [] on project ':asciidoctorj-pdf' of type org.gradle.api.Project.

I think the project is missing the additional build logic in asciidoctorj-distibution or the build script here needs to be fixed. I really don't understand all details.

robertpanzer commented 7 years ago

Awesome, thanks @abelsromero No idea how it built locally on my machine with this error. I even did a publishToMavenLocal.