You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside V1.4.0 the new Option builder API was introduced and the origin "just map" was removed inside ASPClient
Inside de-jcup/eclipse-asciidoctor-editor#371 the for asciidoctor editor plugin build is being changed from gradle (+manual parts) to full automated maven tycho.
The tycho build does currently work with asp 1.3.1 but ... the asciidoctorj dependencies are missing.
The changes done for 1.4.0 shall not be applied inside the maven-tycho branch but inside master branch.
So... as long as maven tycho branch is still under development, we rely on the API in 1.3.1 way.
Wanted
Having a version based on 1.3.1 but with compile dependencies to asciidoctorj api parts.
Solution
Provide Version 1.3.2 based on 1.3.1 without the changes done in 1.4.0 and publish it on maven central
The text was updated successfully, but these errors were encountered:
Situation
Inside V1.4.0 the new Option builder API was introduced and the origin "just map" was removed inside
ASPClient
Inside de-jcup/eclipse-asciidoctor-editor#371 the for asciidoctor editor plugin build is being changed from gradle (+manual parts) to full automated maven tycho.
The tycho build does currently work with
asp 1.3.1
but ... the asciidoctorj dependencies are missing.The changes done for 1.4.0 shall not be applied inside the maven-tycho branch but inside master branch.
So... as long as
maven tycho
branch is still under development, we rely on the API in 1.3.1 way.Wanted
Having a version based on 1.3.1 but with compile dependencies to asciidoctorj api parts.
Solution
Provide Version 1.3.2 based on 1.3.1 without the changes done in 1.4.0 and publish it on maven central
The text was updated successfully, but these errors were encountered: