y9-build-logic/y9plugins/src/main/groovy/net.risesoft.y9.smart-doc.g...

10 lines
201 B
Groovy
Raw Normal View History

2024-10-17 06:30:58 +08:00
plugins {
id 'com.ly.smart-doc'
}
println "apply plugin 'com.ly.smart-doc' for ${project.name}"
smartdoc {
configFile = file("src/main/resources/smart-doc.json")
include 'net.risesoft*'
}