autoRegisterLibrary

When true (default), generates SharedLibraryAutoRegistrar.java and registers the SezPoz annotation processor so Jenkins auto-registers the shared library at embedded Jenkins startup. No explicit GlobalLibraries.get().setLibraries(...) call is needed in test code.

Set to false to revert to the manual registration pattern:

sharedLibrary {
autoRegisterLibrary = false
}