Skip to content

Commit

Permalink
Merge branch 'master' of github.com:isaqb-org/curriculum-foundation
Browse files Browse the repository at this point in the history
# Conflicts:
#	build.gradle
  • Loading branch information
gernotstarke committed Aug 29, 2019
2 parents c6ba735 + 24b4095 commit d27fd9f
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 @@ -41,7 +41,7 @@ class RenderCurriculumTask extends AsciidoctorTask {
separateOutputDirs = false
backends 'pdf', 'html5'

def fileVersion = project.file("./document.version").text + "- " + language
def fileVersion = project.file("./document.version").text.trim() + "-" + language

attributes = [
'icons' : 'font',
Expand Down

0 comments on commit d27fd9f

Please sign in to comment.