ebean-orm-tools / ebean-gradle-plugin

Plugin that performs Enhancement (entity, transactional, query bean) and can generate query beans from entity beans written in Kotlin via kapt
Apache License 2.0
10 stars 12 forks source link

Only sign when signatory available #13

Closed tobias- closed 6 years ago

tobias- commented 6 years ago

As it is now, to build this plugin, you need to have a signatory configured. While that may be common for those that release plugins, it's a step that's unnecessary to just hack the plugin. This removes that requirement.

This PR is a continuation of PR #12 .