Search Gradle plugins

Version 0.3.7

0.3.7

Created 04 June 2024.

KDoc/Javadoc processor Gradle Plugin

Add this plugin to your build using the plugins DSL:

plugins {
  id("nl.jolanrensen.docProcessor") version "0.3.7"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("nl.jolanrensen.docProcessor:doc-processor-gradle-plugin:0.3.7")
      }
    }
    
    apply(plugin = "nl.jolanrensen.docProcessor")
  • Applying plugins to all subprojects .