Skip to content

chore: removes quiz_java solution that was accidentally committed - #343

Merged
anthonydmays merged 1 commit into
mainfrom
chore/lesson_02
Aug 22, 2025
Merged

chore: removes quiz_java solution that was accidentally committed#343
anthonydmays merged 1 commit into
mainfrom
chore/lesson_02

Conversation

@anthonydmays

Copy link
Copy Markdown
Contributor

Signed-off-by: Anthony D. Mays anthony@morganlatimer.com

Signed-off-by: Anthony D. Mays <anthony@morganlatimer.com>
Copilot AI review requested due to automatic review settings August 22, 2025 15:09
@anthonydmays
anthonydmays merged commit ac05dac into main Aug 22, 2025
1 check failed
@anthonydmays
anthonydmays deleted the chore/lesson_02 branch August 22, 2025 15:09

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants