-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
Migrate Project structure to use gradle #1164
Conversation
The project depends on the toolbox and the annotation plugin, so this will only ever build if they update first.
@Haehnchen There's many tests that are supposed to not run when |
…ning Those tests have previously been skipped as well, since the ant script globbed for `*Test` classes / files.
Two test classes were not found by the ant script glob. I renamed them in 68b83a5 to get into a state where we have been before and the build should become stable again for the 2017.3 line. |
@cedricziel tests about PHPSTORM_ENV can be disabled. simply they are not working without a full project right now. |
@Haehnchen Alright, the PRs are all ready to be merged. We should start with Haehnchen/idea-php-toolbox#79 and tag it with 0.4.7 or something else i can then adjust in the other PRs to. Then Haehnchen/idea-php-annotation-plugin#110 needs another run on travis, but i expect it to be green as well. After that, the main plugin (this PR) is next. The laravel plugin one is green as well. Thx in advance! |
`setMerge` method visibility changed to private
@Haehnchen Upgraded to stable 2018.1 platform requirements, fixed 2 OpenAPI issues and it's green now. |
The project depends on the toolbox and the annotation plugin, so this
will only ever build if they update first.