com.huanshankeji.java-1-8-compatibility-publish-conventions
Owner: Shreck Ye
Java conventions with Javadoc, sources, and 1.8 compatibility for publish
https://github.com/huanshankeji/gradle-common
Sources: https://github.com/huanshankeji/gradle-common.git
Version 0.3.2 (latest)
0.3.2
Created 29 September 2022.
Java conventions with Javadoc, sources, and 1.8 compatibility for publish
Add this plugin to your build using the plugins DSL:
plugins {
id("com.huanshankeji.java-1-8-compatibility-publish-conventions") version "0.3.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.huanshankeji:kotlin-common-gradle-plugins:0.3.2") } } apply(plugin = "com.huanshankeji.java-1-8-compatibility-publish-conventions")
- Applying plugins to all subprojects .