serenity-bdd / serenity-cucumber6

Other
11 stars 23 forks source link

Plugin not available through Gradle plugin portal #29

Closed pdxgeek closed 3 years ago

pdxgeek commented 3 years ago

Currently we cannot use the new format to include the plugin in a project:

plugins { id 'net.serenity-bdd.serenity-gradle-plugin' version '2.2.8' }

Here are the instructions for adding a plugin to the gradle portal: https://plugins.gradle.org/docs/submit

This would be very useful for me in cleaning up my gradle scripts so I could remove the buildscript { } block.

Thanks!

pdxgeek commented 3 years ago

wrong board