jenkinsci / gradle-jpi-plugin

Build Jenkins Plugins with Gradle
79 stars 50 forks source link

Fix `sezpoz.quiet` warning on test compilation #201

Closed sghill closed 1 year ago

sghill commented 2 years ago

Jenkins and plugins versions report

Jenkins: *

What Operating System are you using (both controller, and any agents involved in the problem)?

Any build that applies the jpi plugin.

Reproduction steps

  1. Create a test class in a project with the plugin applied
  2. Run ./gradlew build

Expected Results

No warnings about unrecognized annotation processor options

Actual Results

> Task compileTestGroovy
warning: The following options were not recognized by any processor: '[sezpoz.quiet]'

Anything else?

No response