Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: gradle plugin #16

Closed
wants to merge 12 commits into from
Closed

Fix: gradle plugin #16

wants to merge 12 commits into from

Conversation

vnnv
Copy link
Contributor

@vnnv vnnv commented Feb 19, 2018

Fix: > Plugin with id 'ebean' not found.

because ebean.properties was renamed to io.ebean.properties ebean plugin can not be started using apply plugin: ebean

I alse updated README.md - using latest eben versions.
Please review and merge.

@rbygrave
Copy link
Contributor

It looks good except for that rename of the io.ebean.properties file ... I think that file name needs to match the plugin id which changed from "ebean" to "io.ebean"

... but yes I'll merge it in shortly and check.

Cheers, Rob.

@vnnv
Copy link
Contributor Author

vnnv commented Feb 20, 2018

if the file is named io.ebean.properties gradle can not find the plugin using apply plugin: 'ebean'. Maybe one must use apply plugin: 'io.ebean' than. I did not check that. But if we want to use 'ebean' as plugin name the file must be ebean.properties

@rbygrave
Copy link
Contributor

rbygrave commented Feb 20, 2018 via email

@rbygrave
Copy link
Contributor

rbygrave commented Feb 20, 2018 via email

@vnnv
Copy link
Contributor Author

vnnv commented Feb 21, 2018

In that case maybe only README should be merged along with changes to use io.ebean

@rbygrave
Copy link
Contributor

Updated the README - should be all good now, closing.

@rbygrave rbygrave closed this Feb 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants