Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Commit

Permalink
add source code level to build file
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrommi committed Nov 15, 2015
1 parent e73b797 commit a4eacbd
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 @@ -5,6 +5,9 @@ version = '0.2.1'

group = 'com.github.dfrommi'

sourceCompatibility = 1.6
targetCompatibility = 1.6

ext {
groovy = [version: '2.3.10']
}
Expand Down

0 comments on commit a4eacbd

Please sign in to comment.