Martin d'Anjou

Results 26 issues of Martin d'Anjou

Fix #668 with getting started instructions for the new user.

Perhaps the README file should state why did you decided to write this plugin rather than use the one that comes with Gradle. This would help visitors decide whether to...

I am getting this message for all my dependencies: ``` Selection of com.domain:moduleName:1.2.3-branchName rejected by component selection rule: Component status integration rejected by revision milestone ``` The ivy.xml of all...

I notice you use the [artifact-only notation](https://docs.gradle.org/current/userguide/userguide_single.html#ssub:artifact_dependencies) (`@nar`): ``` dependencies { compileLibA 'org.example.vendor:boost:1.55.+@nar' compileTastyAppTest 'org.example.vendor:gtest:1.+@nar' } ``` According to the Gradle user manual, this mean that the artifact will be...

PR #230 needs a live test.

I would like better processing of JSON error responses. Currently when the error response is in the body of the Http response, it is not processed as json, it is...

enhancement

The javadoc quality needs come care. It is hard to navigate. Please see https://javadoc.io/doc/net.sourceforge.argparse4j/argparse4j/latest/index.html for an example. I have fixed this problem in [gradle builds](https://github.com/cdancy/jenkins-rest/blob/master/build.gradle#L104) by upgrading to Java 17...

In a forked workflow, there is usually one upstream repository, and multiple forks. To simplify administration, this plugin is installed only on the upstream repository. So the repository configured in...

Do not merge this pull request, it is only to show the changes that would take place to support this feature. Obviously, this needs a lot more work: backward compatibility,...