diff --git a/build.gradle b/build.gradle index 0b121e646..5bd295348 100644 --- a/build.gradle +++ b/build.gradle @@ -355,7 +355,7 @@ tasks.register('generateHandbook') { // Copy the handbook from /dist to /src/main/resources. copy { from 'src/handbook/dist/index.html' - into 'src/main/resources' + into 'src/main/resources/html' rename 'index.html', 'handbook.html' } }