Skip to content

Commit

Permalink
Specify Java compatibility version.
Browse files Browse the repository at this point in the history
  • Loading branch information
keiji committed Oct 24, 2021
1 parent 3dda7d6 commit fb95205
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 @@ -4,6 +4,9 @@ plugins {
id 'signing'
}

sourceCompatibility = 1.8
targetCompatibility = 1.8

group 'dev.keiji.rfc4648'
version '1.0.0'

Expand Down

0 comments on commit fb95205

Please sign in to comment.