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

FORGEPLUGINS-217: Fixes compilation errors in Forge 3.7.2.Final+ #35

Merged
merged 1 commit into from Jul 27, 2017

Conversation

gastaldi
Copy link
Member

Motivation

This is caused by FORGE-2759, but as specified in https://github.com/forge/core/#what-scope-should-my-addon-dependencies-be, exposed addons should not be in provided scope.

Modifications

Since UI classes are exposed to the outside world, it should not be declared as provided.

Result

Compilation succeeds and works on all Forge versions.

Motivation
----------
This is caused by FORGE-2759, but as specified in https://github.com/forge/core/#what-scope-should-my-addon-dependencies-be, exposed addons should not be in provided scope.

Modifications
-------------
Since UI classes are exposed to the outside world, it should not be declared as provided.

Result
------
Compilation succeeds and works on all Forge versions.
@gastaldi
Copy link
Member Author

@dipak-pawar @bartoszmajsak @lordofthejars can you guys review and merge this asap? Thanks

@bartoszmajsak
Copy link
Contributor

Thanks @gastaldi !

@bartoszmajsak bartoszmajsak merged commit eac2620 into forge:master Jul 27, 2017
@shimkiv
Copy link

shimkiv commented Jul 27, 2017

Thank you Guys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants