Properties - jpenilla/run-task GitHub Wiki
Properties
Summary of Gradle properties added by Run Paper. See the Gradle documentation for details about configuring properties.
-
xyz.jpenilla.run-task.updateCheckFrequencyConfigures the minimum amount of time between checks for new builds of Paper/Velocity/etc. Defaults to 1 hour if unset.
The accepted format for this property is a number followed by a time unit abbreviation. Accepted units are days (
d), hours (h), minutes (m), and seconds (s). Some valid examples include1d,12h, and30s.