Steve Hill

Results 28 comments of Steve Hill

Hi @eriwen, Are there plans for a release with Gradle 6 compatibility? I see 6.0 was released 2019-11-08 from the [Gradle versions endpoint](https://services.gradle.org/versions/all). Looking forward to upgrading this plugin when...

@arvindsv any updates on PR plugins and force scheduling pipelines per change?

@bsideup have you tried the [BOM Import in Gradle 4.6](https://docs.gradle.org/4.6/release-notes.html#bom-import)? If possible it should be preferred to use the core gradle feature rather than this plugin. For legacy projects already...

@bsideup it works with a file repo defined. Here's a working example using the original posted empty-bom and a second bom that includes a junit dependency settings.gradle: ```gradle enableFeaturePreview('IMPROVED_POM_SUPPORT') ```...

@jimklimov (author of most recent release) would you be able to review this PR or tag someone who could?

Confirming this is how `providedCompile`, `compileOnly`, and `provided` work with this example project: https://github.com/sghill/gradle-configurations-war-example @Helmsdown Yes, that matches what I have seen. I also like @rspieldenner's idea of erroring or...

@martofeld Have you tried the [dependency lock built into Gradle](https://docs.gradle.org/current/userguide/dependency_locking.html)?

@rpalcolea it'd be great to get this solved. It would prevent accidentally releasing the wrong version because of a typo.

Hi @tahirmehraj, this plugin logs to category `org.jenkinsci.plugins.stashNotifier`. By default it's using Apache HttpClient 4, so you can also enable logs of interest in the category `org.apache.http`. Right now in...

Nice, this is exciting! I also opened a few modernization PRs today with OpenRewrite through the Moderne SaaS - https://github.com/jenkinsci/commons-lang-api-plugin/pull/25 - https://github.com/jenkinsci/dtkit-plugin/pull/13 - https://github.com/jenkinsci/remote-file-plugin/pull/137 - https://github.com/jenkinsci/date-parameter-plugin/pull/14 Very cool stuff here...