Search Gradle plugins

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 .