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

Destillery 2.1 not working with Edeliver 1.6 #690

Closed
edborsa opened this issue Jun 26, 2019 · 2 comments
Closed

Destillery 2.1 not working with Edeliver 1.6 #690

edborsa opened this issue Jun 26, 2019 · 2 comments
Labels
third-party wontfix This is either not a bug, or a feature/request which will not be implemented

Comments

@edborsa
Copy link

edborsa commented Jun 26, 2019

#Create New App
Mix new app_name

Chage mix file
Change mix file to include

{:edeliver, ">= 1.6.0"},
{:distillery, "~> 2.0", warn_missing: false},

add :edeliver to extra_applications

run:
mix deps.get

Mix compile:
mix compile

:Error!

(CompileError) lib/distillery/plugins/link_config.ex:17: module Mix.Releases.Plugin is not loaded and could not be found
(elixir) expanding macro: Kernel.use/1
lib/distillery/plugins/link_config.ex:17: Releases.Plugin.LinkConfig (module)
could not compile dependency :edeliver, "mix compile" failed. You can recompile this dependency with "mix deps.compile edeliver", update it with "mix deps.update edeliver" or clean it with "mix deps.clean edeliv
er"

(I have downgraded destillery to 2.0.14, where it is still working)
Best Regards

@bitwalker bitwalker added third-party wontfix This is either not a bug, or a feature/request which will not be implemented labels Jul 1, 2019
@bitwalker
Copy link
Owner

Yes, edeliver will need to handle the breaking changes in 2.1, as Elixir core now owns the Mix.Releases namespace and mix release tasks. Everything is now namespaced under Distillery or distillery.* respectively.

@ndac-todoroki
Copy link

I think the cause is #694

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
third-party wontfix This is either not a bug, or a feature/request which will not be implemented
Projects
None yet
Development

No branches or pull requests

3 participants