Permalink
Please
sign in to comment.
Showing
with
27 additions
and 27 deletions.
- +2 −1 gradle/wrapper/gradle-wrapper.properties
- +3 −3 src/main/kotlin/de/code_freak/codefreak/entity/Assignment.kt
- +8 −11 src/main/kotlin/de/code_freak/codefreak/entity/AssignmentTask.kt
- +1 −1 src/main/kotlin/de/code_freak/codefreak/entity/Classroom.kt
- +2 −2 src/main/kotlin/de/code_freak/codefreak/entity/Submission.kt
- +2 −2 src/main/kotlin/de/code_freak/codefreak/entity/SubmissionTask.kt
- +2 −2 src/main/kotlin/de/code_freak/codefreak/entity/TaskEvaluation.kt
- +4 −4 src/main/kotlin/de/code_freak/codefreak/entity/TaskEvaluationResult.kt
- +3 −1 src/main/resources/application.properties
@@ -1,5 +1,6 @@ | ||
#Thu Mar 28 13:00:59 CET 2019 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-all.zip |
0 comments on commit
3cb65b8