This plugin extends a Gradle plugin block and adds extra metainformation that the Gradle Plugin Portal can use. If you want a badge for your plugin in the Plugin Portal, this is the plugin that you ...
web-ui ├── pom.xml └── src └── test ├── java │ └── com │ └── vakifbank │ ├── hooks │ │ └── Hooks.java │ ├── pages │ │ ├── BasePage.java │ │ └── BookStorePage.java ...