Skip to content

Commit

Permalink
docs/#21: 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
pushedrumex committed Feb 15, 2024
1 parent 5728a7e commit cf266cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ asciidoctor.doFirst {
delete file('src/main/resources/static/docs')
}

task copyDocument(type: Copy) { //(8) from의 파일을 into로 복사
task copyDocument(type: Copy) {
dependsOn asciidoctor
from file("build/docs/asciidoc")
into file("src/main/resources/static/docs")
Expand Down

0 comments on commit cf266cf

Please sign in to comment.