Code Monkey home page Code Monkey logo

Comments (6)

michel-kraemer avatar michel-kraemer commented on May 26, 2024

Thanks a lot. Should be easy to fix. I'll see what I can do and get back to you.

Cheers,
Michel

from gradle-download-task.

bgorven avatar bgorven commented on May 26, 2024

Thanks, I'll keep an eye out.

from gradle-download-task.

mgoellnitz avatar mgoellnitz commented on May 26, 2024

It seems to me as if a simple re-compile with API Level 2.6 will fix this:

group = 'de.undercouch'
version = '1.3'
sourceCompatibility = '1.7'
targetCompatibility = '1.7'

idea {
  project {
    languageLevel = '1.7'
    ipr {
      withXml { provider ->
        provider.node.component
          .find { it.@name == 'VcsDirectoryMappings' }
          .mapping.@vcs = 'Git'
      }
    }
  }
}


dependencies {
    compile gradleApi()
}

task wrapper(type: Wrapper) {
    gradleVersion = '2.6'
}

(build.gradle - of course)

Just created a patched version and it did a successful download.

from gradle-download-task.

michel-kraemer avatar michel-kraemer commented on May 26, 2024

@mgoellnitz Thanks for the hint. Unfortunately this broke compatibility with previous Gradle versions. The commit I just pushed fixes this.

from gradle-download-task.

michel-kraemer avatar michel-kraemer commented on May 26, 2024

@bgorven @mgoellnitz I'll release a new version tomorrow. If you like to test the plugin before then feel free to do so. I would be glad to hear if it works for you.

from gradle-download-task.

bgorven avatar bgorven commented on May 26, 2024

Just updated to download-task 2.0.0, worked flawlessly for gradle 2.5 and 2.6. Thanks!

Sorry I didn't get a chance to test it before.

from gradle-download-task.

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.