Skip to content

Commit

Permalink
Update constraints (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludelafo authored Nov 1, 2024
1 parent eae993e commit f426292
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions 16-practical-work-2/COURSE_MATERIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ Maximum grade: 25 points \* 0.2 + 1 = 6
- The application must be written in Java, compatible with Java 21
- The application must be built using Maven with the `maven-shade-plugin` plugin
- The application must use the picocli dependency
- You can only use the Java classes seen in the course
- Your application must be slightly more complex and slightly different than the
examples presented during the course (we emphasize the word **slightly**, no
need to shoot for the moon!)
Expand Down
6 changes: 3 additions & 3 deletions 16-practical-work-2/PRESENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,10 +407,10 @@ More details for this section in the [course material][course-material].
- The application must be written in Java, compatible with Java 21
- The application must be built using Maven with the `maven-shade-plugin` plugin
- The application must use the picocli dependency
- You can only use the Java classes seen in the course to process the files (you
can use other libraries to help you once the files are opened)
- You can only use the Java classes seen in the course
- Your application must be slightly more complex and slightly different than the
examples presented during the course
examples presented during the course (we emphasize the word **slightly**, no
need to shoot for the moon!)

## Tips

Expand Down

0 comments on commit f426292

Please sign in to comment.