Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Gradle import causes closeable error #8

Open
pakoito opened this issue Mar 24, 2014 · 5 comments
Open

Gradle import causes closeable error #8

pakoito opened this issue Mar 24, 2014 · 5 comments

Comments

@pakoito
Copy link

pakoito commented Mar 24, 2014

I am trying to bring the library in on the latest Android Studio with Gradle 0.9.+ but I suffer from a project refresh failed cause by

         Cause: com.google.common.io.Closeables.closeQuietly(Ljava/io/Closeable;)V

my build script is as easy as it comes

buildscript {
    repositories {
        mavenCentral()
        maven {
            url 'https://oss.sonatype.org/content/repositories/snapshots/'
        }
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:0.9.+'
        classpath 'com.jakewharton.paraphrase:paraphrase:1.0.0-SNAPSHOT'
    }
}

allprojects {
    repositories {
        mavenCentral()
    }
}
@alexandrepossebom
Copy link

I have the same issue here.

@naixx
Copy link

naixx commented Apr 10, 2014

Confirming the issue. Why not to use APT instead of plugin? Thus it can be used more widely. Cause of grabbing resources?

@JakeWharton
Copy link
Owner

Yes
On Apr 9, 2014 6:13 PM, "naixx" [email protected] wrote:

Confirming the issue. Why not to use APT instead of plugin? Thus it can be
used more widely. Cause of grabbing resources?

Reply to this email directly or view it on GitHubhttps://github.com//issues/8#issuecomment-40033975
.

@pakoito
Copy link
Author

pakoito commented May 16, 2014

Any updates or ETA for this? I would really love to include in my next project.

@naixx
Copy link

naixx commented May 20, 2014

@JakeWharton any hope for a fix to appear?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants