The Gradle OS Package plugin builds native Linux packages (RPM and DEB) directly from your project, enabling repeatable, policy-compliant server distributions. It lets you define metadata like package name, version, dependencies, and maintainers, then map files from your build into filesystem locations with ownership and permissions. Pre-, post-install, and removal scripts are supported so services can be registered, caches warmed, or config migrated during upgrades. The plugin fits...