jenkinsci / gradle-jpi-plugin

Build Jenkins Plugins with Gradle
79 stars 50 forks source link

Update tests to support Gradle 8 task path validation #208

Closed sghill closed 1 year ago

sghill commented 1 year ago

Some tests fail when running against Gradle 8.0-20221022221212+0000 because of an accidentally-empty segment in a task path:

    Output:

    FAILURE: Build failed with an exception.

    * What went wrong:
    Cannot locate tasks that match 'my-consumer::copyGeneratedJenkinsTestPluginDependencies'. The path should not include an empty segment (try 'my-consumer:copyGeneratedJenkinsTestPluginDependencies' instead).