BreadMoirai / github-release-gradle-plugin

A Gradle Plugin to send Releases to Github
Apache License 2.0
108 stars 26 forks source link

The property(Class) method has been deprecated #3

Closed daggerok closed 5 years ago

daggerok commented 6 years ago

Hello,

with plugin github-release-gradle-plugin 2.0.1 and gradle 4.8.1 is can see that error:

> Configure project :
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 github_release_9pdk0f9y89qpc35rm5f1wds09.run(.../gradle/github-release.gradle:3)
        (Run with --stacktrace to get the full stack trace of this deprecation warning.)

seems like some deprecated api needs to be replaced with ObjectFactory.property(Class) method instead.


Regards, Maksim

BreadMoirai commented 5 years ago

Version 2.2.0 should be gradle 5.0 ready