Skip to content

Commit e8cf8de

Browse files
Merge pull request #22 from isaqb-org/zap-DE
Don't generate non-existent DE version.
2 parents 24555cb + 2ff6e36 commit e8cf8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ext {
22
curriculumFileName = "curriculum-fm"
3-
languages = ["DE", "EN"]
3+
languages = ["EN"]
44
}
55

66
defaultTasks 'buildDocs'

0 commit comments

Comments
 (0)