Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation warning in gradle 3.3 #16

Open
gordolio opened this issue Jan 20, 2017 · 0 comments
Open

Deprecation warning in gradle 3.3 #16

gordolio opened this issue Jan 20, 2017 · 0 comments

Comments

@gordolio
Copy link
Contributor

gordolio commented Jan 20, 2017

There's a warning while building with gradle 3.3 that property(String,Object) will be removed in gradle 4.0. This is being used in com.github.ksoichiro.web.resource.task.WebResourceInstallBowerDependenciesTask

The chaining of the property(String, Object) method has been deprecated and is scheduled to be removed in Gradle 4.0. Please use the property(String, Object) method on TaskInputs directly instead.
        at org.gradle.api.internal.tasks.DefaultTaskInputPropertySpec.getTaskInputs(DefaultTaskInputPropertySpec.java:152)
        at org.gradle.api.internal.tasks.DefaultTaskInputPropertySpec.property(DefaultTaskInputPropertySpec.java:188)
        at org.gradle.api.tasks.TaskInputFilePropertyBuilder$property.call(Unknown Source)
        at com.github.ksoichiro.web.resource.task.WebResourceInstallBowerDependenciesTask$_closure1.doCall(WebResourceInstallBowerDependenciesTask.groovy:21)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant