Skip to content

Commit

Permalink
set compat to java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
supern64 committed Jan 1, 2023
1 parent 9aba2c6 commit c7227ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ plugins {
group = 'com.github.supern64'
version = '1.0.0'

sourceCompatibility = 1.8
targetCompatibility = 1.8

compileJava.options.encoding = 'UTF-8'
javadoc.options.encoding = 'UTF-8'

Expand Down

0 comments on commit c7227ab

Please sign in to comment.