Skip to content

Commit

Permalink
Declare Java Version.
Browse files Browse the repository at this point in the history
  • Loading branch information
renatoathaydes committed Nov 24, 2019
1 parent 49c83e9 commit b547ecb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions grasmin-core/build.gradle
Expand Up @@ -4,6 +4,9 @@ apply plugin: 'maven'
group = 'com.athaydes.grasmin'
version = 0.1

sourceCompatibility = 1.8
targetCompatibility = 1.8

repositories {
mavenLocal()
jcenter()
Expand Down
3 changes: 3 additions & 0 deletions grasmin-tests/build.gradle
Expand Up @@ -5,6 +5,9 @@ repositories {
jcenter()
}

sourceCompatibility = 1.8
targetCompatibility = 1.8

dependencies {
compile project( ':grasmin-core' )

Expand Down

0 comments on commit b547ecb

Please sign in to comment.