Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Deprecated property(Class) method is used #503

Closed
slovdahl opened this issue Mar 6, 2018 · 2 comments
Closed

Deprecated property(Class) method is used #503

slovdahl opened this issue Mar 6, 2018 · 2 comments

Comments

@slovdahl
Copy link

slovdahl commented Mar 6, 2018

Using Gradle 4.6 and gradle-vaadin-plugin 1.3.1, I get the following warning:

The property(Class) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use the ObjectFactory.property(Class) method instead.
        at build_6a12c5dmnq08kvd0jo9wwtrdi.run(/home/slovdahl/project/build.gradle:28)
        (Run with --stacktrace to get the full stack trace of this deprecation warning.)

FWIW, line 28 in build.gradle is apply plugin: 'com.devsoap.plugin.vaadin'.

@johndevs
Copy link
Owner

Yes, we should fix this 👍

@johndevs johndevs added the bug label Mar 14, 2018
@johndevs johndevs added the 1.3.2 label Sep 22, 2018
@johndevs
Copy link
Owner

To fix this it will require that we bump the minimum Gradle version required for building the project from 4.0 -> 4.3 where the replacement form PropertyState (Property<T>) was introduced.

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

No branches or pull requests

2 participants