spring-io / spring-asciidoctor-backends

A backend for Asciidoctor used to produce Spring styled HTML
Apache License 2.0
77 stars 15 forks source link

How to configure in Kotlin Gradle script? #53

Closed code142857 closed 3 years ago

code142857 commented 3 years ago

I don’t know how to configure and use it in build.gradle.kts, can you give me an example

wilkinsona commented 3 years ago

That's really a Gradle Kotlin DSL question. There are lots of excellent examples in Gradle's documentation of creating a new configuration and adding a dependency to it, customizing a task, etc. What in particular are you struggling with and what have you tried already?

code142857 commented 3 years ago

@wilkinsona Thank you, according to the document you sent, I have successfully configured and run