plugins {
id("com.chmyaf.gradle.plugin.doxygen") version "1.3.1"
}
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.chmyaf.gradle.plugin:doxygen:1.3.1")
}
}
apply(plugin = "com.chmyaf.gradle.plugin.doxygen")
plugins {
id "com.chmyaf.gradle.plugin.doxygen" version "1.3.1"
}
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "gradle.plugin.com.chmyaf.gradle.plugin:doxygen:1.3.1"
}
}
apply plugin: "com.chmyaf.gradle.plugin.doxygen"