nebula-plugins / nebula-plugin-plugin

Plugin for plugins, heavily opinionated about nebula-plugins
Apache License 2.0
15 stars 15 forks source link

Error building other nebula plugin #36

Closed grv87 closed 7 years ago

grv87 commented 7 years ago

I'm trying to build https://github.com/nebula-plugins/gradle-info-plugin (tagged version v3.6.0) and have the following error:

An exception occurred applying plugin request [id: 'nebula.plugin-plugin', version: '5.9.0']
> Failed to apply plugin [id 'nebula.provided-base']
   > This plugin is not compatible with Gradle 3.4 and later. Use the 'compileOnly' configuration

I'm not sure which plugin is broken but at least one is.

DanielThomas commented 7 years ago

The plugin might have been published with dynamic version constraints due to an issue with plugin portal publishing, which causes the extra configurations plugin to be upgraded.

If you really need to build at this tag, upgrade the plugin-plugin - the info plugin moves pretty slowly however, chances are you can do whatever you need on HEAD.