Coder Social home page Coder Social logo

Comments (8)

iordanis avatar iordanis commented on June 26, 2024

We haven't been able to reproduce, so any more details would help.

from fork.

iordanis avatar iordanis commented on June 26, 2024

Not able to reproduce, would need more info.

from fork.

hannesstruss avatar hannesstruss commented on June 26, 2024

I'm hitting the same error in the latest 1.2.0-SNAPSHOT (and on 1.1.1).

Some info:

------------------------------------------------------------
Gradle 2.4
------------------------------------------------------------

Build time:   2015-05-05 08:09:24 UTC
Build number: none
Revision:     5c9c3bc20ca1c281ac7972643f1e2d190f2c943c

Groovy:       2.3.10
Ant:          Apache Ant(TM) version 1.9.4 compiled on April 29 2014
JVM:          1.8.0_45 (Oracle Corporation 25.45-b02)
OS:           Mac OS X 10.10.5 x86_64

The only other Gradle plugin I'm using is android-apt.

Adding commons-io to the buildScript dependencies didn't help.

I'd be happy to provide more information, is there something specific that would help @iordanis ?

from fork.

iordanis avatar iordanis commented on June 26, 2024

That's a bit hard to guess, would you be able to post a tiny project that reproduces the issue?

Fork already brings commons-io as a dependency, so I can't think of why it would not find that method. You can check: ./gradlew fork-runner:dependencies --configuration=compile. That brings commons-io version 2.4 that has that method.

from fork.

hannesstruss avatar hannesstruss commented on June 26, 2024

Starting with a blank project, I encountered a different problem ("No devices found"), although adb devices lists my Genymotion instances as well as the plugged in physical device. I used ./gradlew fork -Dfork.eachdevice=true. Will report back once I got that running.

I also stumbled upon this, looks related, albeit from a while ago: https://issues.gradle.org/browse/GRADLE-2963

from fork.

iordanis avatar iordanis commented on June 26, 2024

For that one stop the gradle daemon: ./gradlew --stop. We're tried putting a fix but it doesn't look like it worked. See #62

from fork.

hannesstruss avatar hannesstruss commented on June 26, 2024

I found the issue to be a different Gradle plugin that I overlooked (applied in top level build.gradle...), which depends on IOUtils using the old org.apache.commons group ID. That resolves the issue for me. Sorry for the fuzz!

from fork.

iordanis avatar iordanis commented on June 26, 2024

Oh cool, good to know we haven't broken anything :)

from fork.

Related Issues (20)

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.