io.github.jcohy.gradle.aliyun-publishing
Owner: Jcohy
support nexus ,gradle portal,custom repository publish
https://github.com/jcohy/jcohy-gradle-plugins
Sources: https://github.com/jcohy/jcohy-gradle-plugins
Version 3.2.2.2 (latest)
3.2.2.2
Created 11 May 2024.
support nexus ,gradle portal,custom repository publish
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.jcohy.gradle.aliyun-publishing") version "3.2.2.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.jcohy:jcohy-maven:3.2.2.2") } } apply(plugin = "io.github.jcohy.gradle.aliyun-publishing")
- Applying plugins to all subprojects .