-
Notifications
You must be signed in to change notification settings - Fork 0
LanguageGroup Objects
Paul Ambrose edited this page Jul 20, 2020
·
4 revisions
A LanguageGroup
object is created with: python {}
, java {}
, or kotlin {}
calls in a
ReadingBatContent object.
A LanguageGroup
object declares
ChallengeGroup objects.
Name | Default | Description |
---|---|---|
repo | ReadingBatContent.repo | Languages-specific source for the challenges |
branchName | ReadingBatContent.branchName | Languages-specific Github branch name for the sources |
srcPath | See below | Path of the challenge content code |
Language | Default srcPath |
---|---|
python | "python" |
java | "src/main/java" |
kotlin | "src/main/kotlin" |