Skip to content

Commit

Permalink
Cleaned up gradle Build File
Browse files Browse the repository at this point in the history
  • Loading branch information
sa-rrowcliffe committed May 14, 2016
1 parent fd5fcac commit a494525
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ buildscript {
}

apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'maven'
apply plugin: 'distribution'

group = 'com.secureauth.api'

group = 'org.secureauth.sarestapi'

version = '1.0.0'
jar {
Expand All @@ -20,11 +19,7 @@ repositories {
mavenCentral()
}

distributions {
main{
baseName = "saRestApi"
}
}

sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand All @@ -40,8 +35,7 @@ task copyToLib(type: Copy){
}

build.dependsOn(copyToLib)


build.dependsOn(javadoc)

task wrapper(type: Wrapper) {
gradleVersion = '2.7'
Expand Down

0 comments on commit a494525

Please sign in to comment.