Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jitpack-io committed Feb 1, 2015
1 parent 5ddbe19 commit 3259ce5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
apply plugin: 'java'
apply plugin: 'maven'

group = 'io.jitpack'
group = 'com.github.jitpack'
version = '0.1'
archivesBaseName = 'example-gradle-project'

sourceCompatibility = 1.8 // java 8
targetCompatibility = 1.8

repositories {
mavenCentral()
Expand Down

0 comments on commit 3259ce5

Please sign in to comment.