Giter Site home page Giter Site logo

gradledependencieshelperplugin's People

Contributors

aadrian avatar siosio avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

gradledependencieshelperplugin's Issues

It doesn't work if you write variable for version number

If we write the dependency line like this:
implementation "com.squareup.retrofit2:retrofit:"
It works.
If we write the dependency line like this:
implementation "com.squareup.retrofit2:retrofit:2.4.0"
And put the cursor before 2.4.0, and push Ctrl + Shift + Space buttons,
It works.

But
If we write it like this one:
implementation "com.squareup.retrofit2:retrofit:${retrofit2Version}"
And put the cursor before $ sign, and push Ctrl + Shif + Space buttons, it doesn't bring anything!

Plugin "Gradle Dependencies Helper" was not loaded

I updated Android Studio to 2.0 and starts getting this error
Now I have Android Studio Version 2.0 Preview 6
Plugin Error
Problems found loading plugins:
Plugin "Gradle Dependencies Helper" was not loaded: required plugin "org.jetbrains.idea.maven" not installed.
Disable Gradle Dependencies Helper
Open plugin manager

I disabled plugin and when I try to enable again it says

Can not save settings
Unable to apply changes Plugin "Gradle Dependencies Helper" won't be able to load

I also reinstalled but getting same error.

I want to tell you one thing that I changed info.plist file of android studio
Android Studio -> Show Package Contents -> Contents -> info.plist

So error is due to this or some other thing

Any idea

It doesn't work if you write variable for version number AND implement dependency with def keyword

If we write version number on top of the build.gradle file and use it on ahead of a standalone string keyword, the plugin doesn't work and doesn't show any suggestion. Like:

dependencies.gradle:

ext {
retrofit2Version = '2.4.0'

// Data
    dataDependencies = [
retrofit: "com.squareup.retrofit2:retrofit:$retrofit2Version" //It doesn't show any suggestion HERE.
]

data build.gradle:

dependencies {
def dataDependencies = rootProject.ext.dataDependencies

implementation dataDependencies.retrofit
}

Thanks 🙏

Does not work behind proxy!

The latest version of this plug-in, with the latest version of IntelliJ does not seem to work behind proxies (protected with user and password): "No Suggestions" is displayed for any artifact.

The issue seems to be for proxies with username and passwords: even if IntelliJ is configured correctly and works behind these proxies, this plug-in does not seem to work :( .

Is there any log that can be activated to give you more information?

Thank you.

This plug-in prevents pasting in gradle files for IU-143.1015.7

When this plug-in is active, with the last IntelliJ version (as of now) : IU-143.1015.7 it's not possible to paste in the Gradle build files anymore :(.

If I deactivate this plug-in, than I can paste again in the Gradle file.

This happens on Win8 + mentioned IntelliJ version.

Sorting is not correct for many packages.

Many packages display a bad sorting in the completion window (not ordered reverse by the semver number).

E.g. when completing this:

compile 'ch.qos.logback:logback-classic:1.2.2'

The version numbers won't be correctly sorted.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.