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

Add gradlew #12

Closed tobias- closed 6 years ago

tobias- commented 6 years ago

This adds the Gradle wrapper (4.4.1 for the latest and greatest ~bugs~ features) and adds defaults for the release variables (which will be overriden by ~/.gradle/gradle.properties)

Should make it easier to import into e.g. IntelliJ and also to get started hacking on it.