chore: removes quiz_java solution that was accidentally committed - #343
Merged
Conversation
Signed-off-by: Anthony D. Mays <anthony@morganlatimer.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR removes a Java quiz solution that was accidentally committed to the repository. The deletion removes an entire Gradle-based Java project including source code, tests, configuration files, and build scripts.
- Removes the complete
lesson_02/quiz_java/directory structure - Deletes all Java source files, test files, and build configuration
- Cleans up accidentally committed solution code to maintain educational integrity
Reviewed Changes
Copilot reviewed 11 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| lesson_02/quiz_java/settings.gradle.kts | Removes Gradle settings configuration |
| lesson_02/quiz_java/gradlew.bat | Removes Windows Gradle wrapper script |
| lesson_02/quiz_java/gradlew | Removes Unix Gradle wrapper script |
| lesson_02/quiz_java/gradle/wrapper/gradle-wrapper.properties | Removes Gradle wrapper properties |
| lesson_02/quiz_java/gradle/libs.versions.toml | Removes dependency version catalog |
| lesson_02/quiz_java/app/src/test/java/quiz_java/AppTest.java | Removes test file |
| lesson_02/quiz_java/app/src/main/java/quiz_java/Lesson2.java | Removes main quiz implementation with solutions |
| lesson_02/quiz_java/app/src/main/java/quiz_java/App.java | Removes application entry point |
| lesson_02/quiz_java/app/build.gradle.kts | Removes app module build configuration |
| lesson_02/quiz_java/.gitignore | Removes Git ignore rules |
| lesson_02/quiz_java/.gitattributes | Removes Git attributes configuration |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Anthony D. Mays anthony@morganlatimer.com