Jérémie Bresson

Results 73 issues of Jérémie Bresson

When writing a gradle-plugin, we can add some functional tests under `src/functionalTest/java`. What is your recommendation for Maven Plugin? Everything seems quite old. Documentation: https://maven.apache.org/plugin-developers/plugin-testing.html Did you try any of...

question

To work on different ways to collect the list of dependencies, there is a need to agree on a data format. Right now a dependency is identified by its ClearlyDefined...

This PR prepares the possibility to deploy the artifacts to a maven repository (in addition to the docker image). * Version is now `3.0.0-SNAPSHOT` to add the possibility to perform...

With the old `org.asciidoctor.convert` plugin: Example `build.gradle` file: ```gradle plugins { id 'org.asciidoctor.convert' version '2.4.0' } asciidoctorj { version = '2.4.1' } asciidoctor { sourceDir = file('docs') sources { include...

question
help wanted

With Gradle 6.7 a new feature was added: “Java toolchain support” https://blog.gradle.org/java-toolchains It would be great if it was possible to use this to specify the Java version you would...

enhancement
help wanted

While I was comparing the maven and the gradle plugin with following structure: ``` project ├── docs │   ├── index.adoc │   └── other │   └── other.adoc ├── pom.xml └── build.gradle...

upstream

Editing AsciiDoc files directly on GitHub is great. I have published a short video that demonstrate how great this is: https://www.youtube.com/watch?v=0dp_WFXB97k - Syntax highlighting - Preview (incl. diff) - Direct...

new-content

Now that the project is following [Semantic Versioning](https://semver.org/) I think that it would be nice to add some checks at build time. --- In this area OSGi tooling provides a...

For the moment, interfaces like the one defined in the `org.asciidoctor.ast` package for the AST are available in the **asciidoctorj** project. In my opinion, they should be separated in a...

Step to reproduce Create a simple XML file: ``` xml first second ``` Copy "test" into the clipboard (1) Select `"first"` (without any space) in the XML document, and select...