Skip to content

Commit

Permalink
Merge pull request #67 from kryptnostic/fix/mavennn
Browse files Browse the repository at this point in the history
use hosted kryptonstic.gradle
  • Loading branch information
makosblade authored Oct 21, 2016
2 parents 8ab9e50 + 0969134 commit b571ca3
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions krypto-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ version = getVersionName()
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'maven'
apply from: "https://raw.githubusercontent.com/kryptnostic/gradles/master/publish.gradle"

task wrapper(type: Wrapper) {
gradleVersion = '2.14'
}
apply from: "https://raw.githubusercontent.com/kryptnostic/gradles/master/kryptnostic.gradle"

sourceCompatibility=JavaVersion.VERSION_1_7
targetCompatibility=JavaVersion.VERSION_1_7
Expand Down Expand Up @@ -75,12 +71,6 @@ if ( project.hasProperty('developmentMode') && project.developmentMode ) {
}
clean.dependsOn('cleanKryptoLib')

repositories {
maven {
url 'http://repo.maven.apache.org/maven2'
}
}

dependencies {
testCompile "junit:junit:4.12"
}
Expand Down

0 comments on commit b571ca3

Please sign in to comment.