eu.xenit.enterprise-conventions.ext.maven-central-requirements
Owner: Xenit solutions
Performs pre-publish check for requirements for publishing to Maven Central, also when publishing snapshots
https://github.com/xenit-eu/enterprise-conventions-gradle-plugin
Sources: https://github.com/xenit-eu/enterprise-conventions-gradle-plugin
Version 0.5.1 (latest)
0.5.1
Created 26 February 2024.
Performs pre-publish check for requirements for publishing to Maven Central, also when publishing snapshots
Add this plugin to your build using the plugins DSL:
plugins {
id("eu.xenit.enterprise-conventions.ext.maven-central-requirements") version "0.5.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("eu.xenit.gradle:enterprise-conventions-plugin:0.5.1") } } apply(plugin = "eu.xenit.enterprise-conventions.ext.maven-central-requirements")
- Applying plugins to all subprojects .