guymahieu / ivyidea

Resolve dependencies for your Intellij projects using Ivy
Apache License 2.0
13 stars 18 forks source link

Start using the Ivy 2.5.0 Snapshot builds #155

Closed schlm3 closed 4 years ago

schlm3 commented 7 years ago

After a long pause without maintenance, the IVY Project seems to be active again. Even if there is no official release yet, it would be nice if we could use an updated version of IvyIDEA which uses one of the recent SNAPSHOT builds. See https://builds.apache.org/job/Ivy/ and http://ant.apache.org/ivy/history/master/release-notes.html

Eclipse IvyDE already supports this.

guymahieu commented 4 years ago

version 1.0.16 will come with ivy 2.5.0 support

nosideeffects commented 4 years ago

@guymahieu What needs to happen for the upgrade to v2.5.0?

We've been using https://github.com/szediwy/ivyidea to build a plugin zip because we have some dependencies that require v2.5.0 to resolve. Any way I can help?

guymahieu commented 4 years ago

I will try to have a release later this week. You could try to build this repo master branch to see if it works for you.

guymahieu commented 4 years ago

RC1 published to EAP channel of the plugin.

Can be installed by adding the eap plugin repo (https://plugins.jetbrains.com/plugins/eap/list) in intellij as explained in these instructions: https://www.jetbrains.com/help/idea/managing-plugins.html

Or you can install the zip file manually https://github.com/guymahieu/ivyidea/releases/tag/1.0.16-RC1

Please let me know if there are any issues, if not it will be propagated to release soon.