Abel Salgado Romero
Abel Salgado Romero
I had a look at the project to see what was missing for a release aligned with Asciidoctorj v2.x.x. And I added some changes to README (https://github.com/asciidoctor/asciidoctor-leanpub-converter/pull/88). Let me know...
Could not reproduce with clean .m2/repository. I cloned the jruby repo, run `./mvnw package -Pbootstrap` and `mvn package -Pbootstrap`. ``` Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /home/---/.sdkman/candidates/maven/current Java version: 11.0.7,...
I fear I am missing something, I did not run the jruby build against the snapshot of the plugin. Just run as-is from the repo and no error occured. a)...
I am sorry to say that's an IntelliJ formatting issue and there's nothing we can do from our side. You could try disabling the automatic formatting or customizing the markers...
@ahus1 sorry to bring you here, you are familiar with IntellJ internals. Could it be a way to alter formatting of JavaDocs in the intellJ plugin?
I also tested `8.14-rc-1`, and it is also working in my initial reproducer. Nice one @sureshg 👏 I am inclined to keep this issue open to track progress until a...
Moving to next minor milestone, I don't want to delay the release and I realized we need to fully automate the whole release (there's still a manual step to "close...
For publication we can experiment with https://central.sonatype.org/publish/publish-portal-maven/, it seems to include a way to validate and publish without UI. Example https://github.com/lealceldeiro/com.lealceldeiro.asciidoc-extensions
Changes in API are expected, JRuby 9.x is aligned with Ruby 3.1, and jRuby 10 with 3.4. We can try to make the code compatible with JRuby 9 and 10....
That last one seems related to `gem-maven-plugin`.