Skip to content

Commit

Permalink
Remove old dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
programming-wolf committed Jul 10, 2023
1 parent 2151c1a commit 2ddb094
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 @@ -82,7 +82,7 @@ class RenderCurriculumTask extends AsciidoctorTask {
task buildDocs {
group 'Documentation'
description 'Grouping task for generating all languages in several formats'
dependsOn "includeLearningObjectives", "renderDE", "renderEN"
dependsOn "renderDE", "renderEN"
}

task renderDE(type: RenderCurriculumTask,
Expand Down

0 comments on commit 2ddb094

Please sign in to comment.