You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 3, 2025. It is now read-only.
Should org.ajoberstar.grgit.gradle.GrgitServiceExtension#getService really return a Property? Property is for things that should be configurable.
You probably should just expose it as Provider which is a super-interface of Property.
You might also want to call disallowChanges() and finalizeValueOnRead() on the property after you have set its value to turn it into a cached provider effectively.