Skip to content

Commit

Permalink
Add notice clarifying the Java autograder sample
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahima committed May 31, 2022
1 parent 507f52c commit 12437b8
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
[View project source on Github](https://github.com/gradescope/autograder_samples/tree/master/java)

This example shows how to set up an autograder on Gradescope for a
Java project. It uses JUnit, JDK11, and Josh Hug's jh61b library for
producing output in JSON format.

## Alternatives

You may want to check out [JGrade](https://github.com/tkutche1/jgrade), a library created by JHU instructors, which is more actively maintained.
Java project. It uses JUnit, JDK11, and UC Berkeley CS61B's jh61b
library for producing output in JSON format.

!!! warning "Warning"
This example was provided by an early instructor user of the autograder
platform and is not actively maintained. It may not support all current
autograder platform functionality. See our
[Community Resources page](/resources/) for alternative Java resources.

## Project Description

Expand Down

0 comments on commit 12437b8

Please sign in to comment.