Skip to content

Commit

Permalink
java: update sourceCompatibility for java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
mishaschwartz committed Jun 5, 2019
1 parent 1dcd36e commit 6ba4df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testers/testers/java/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'application'

group = 'edu.toronto.cs.teach'
version = '1.7.1'
sourceCompatibility = 1.8
sourceCompatibility = 11.0
mainClassName = 'edu.toronto.cs.teach.MarkusJavaTester'

repositories {
Expand Down

0 comments on commit 6ba4df8

Please sign in to comment.