build.gradle에 아래 코드를 추가하면 된다.

asciidoctor.doFirst {
	delete file('src/main/resources/static/docs')
}