HHH-15396 Quick Start guide, hibernate-tutorials.zip link is broken

This commit is contained in:
Andrea Boriero 2022-07-13 11:53:14 +02:00 committed by Andrea Boriero
parent 8021ac112b
commit e3d524fe5e
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ task renderGettingStartedGuides(type: AsciidoctorTask, group: 'Documentation') {
task buildTutorialZip(type: Zip) {task->
from 'src/main/asciidoc/quickstart/tutorials'
destinationDirectory = tasks.renderGettingStartedGuides.outputDir
archiveBaseName = 'hibernate-tutorials.zip'
archiveFileName = 'hibernate-tutorials.zip'
expand(
version: project.version,
slf4j: "1.7.5",