-
Notifications
You must be signed in to change notification settings - Fork 28
Properties
Jason Penilla edited this page Oct 27, 2023
·
3 revisions
Summary of Gradle properties added by Run Paper. See the Gradle documentation for details about configuring properties.
-
Configures 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.