Git Product home page Git Product logo

Comments (8)

hierynomus avatar hierynomus commented on June 13, 2024 1

Could you try:

copyToAssets.dependsOn project.tasks.getByName('downloadLicenses')

Both the task and the extension are named downloadLicenses, so I think that is why you get that message.

from license-gradle-plugin.

alixwar avatar alixwar commented on June 13, 2024 1

This solution no longer works as both

generateDebugResources.dependsOn tasks['downloadLicenses']
generateReleaseResources.dependsOn tasks['downloadLicenses']

are evaluated and now the build step that does not exist (can't be both Debug and Release) will throw an exception. Any advice?
I've created a post on stackoverflow: http://stackoverflow.com/questions/41239220/how-to-add-conditional-afterevaluate-on-buildtype-in-gradle

from license-gradle-plugin.

hierynomus avatar hierynomus commented on June 13, 2024

Judging from the comments there, your problem is fixed, correct?

from license-gradle-plugin.

alixwar avatar alixwar commented on June 13, 2024

Unfortunately not. The answer did not solve my problem.

from license-gradle-plugin.

alixwar avatar alixwar commented on June 13, 2024

Maybe this error can help. I was trying to do:

copyToAssets.dependsOn downloadLicenses

Could not determine the dependencies of task ':application:copyToAssets'.

Cannot convert nl.javadude.gradle.plugins.license.DownloadLicensesExtension_Decorated@59cb18b5 to a task.
The following types/formats are supported:
- A String or CharSequence task name or path
- A Task instance
- A Buildable instance
- A TaskDependency instance
- A Closure instance that returns any of the above types
- A Callable instance that returns any of the above types
- An Iterable, Collection, Map or array instance that contains any of the above types

from license-gradle-plugin.

alixwar avatar alixwar commented on June 13, 2024

Thank you! I will first try a different approach which seems to be working (see post on stackoverflow)

from license-gradle-plugin.

alixwar avatar alixwar commented on June 13, 2024

It worked (see: Stackoverflow for recipe) :-)

from license-gradle-plugin.

alixwar avatar alixwar commented on June 13, 2024

This is solved. See the stackoverflow post referenced in my last comment for a solution.

from license-gradle-plugin.

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.