Skip to content

Commit

Permalink
Make project build Java 8 compatible artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuhlha committed Nov 18, 2020
1 parent 1a827ee commit 9d6c4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.release>8</maven.compiler.release>
<junit-jupiter.version>5.5.2</junit-jupiter.version>
<opencensus.version>0.24.0</opencensus.version>
<auto.value.version>1.2</auto.value.version>
Expand Down

0 comments on commit 9d6c4f9

Please sign in to comment.