Skip to content

Commit

Permalink
Update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio Petek committed Oct 25, 2017
1 parent 9bf1eae commit 60a225a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 19 deletions.
24 changes: 8 additions & 16 deletions library/build.gradle
@@ -1,27 +1,20 @@
apply plugin: 'me.tatarka.retrolambda'
apply plugin: 'groovy'
apply plugin: 'maven'
apply plugin: 'me.tatarka.retrolambda'

buildscript {
repositories {
mavenCentral()
}

dependencies {
classpath 'me.tatarka:gradle-retrolambda:3.6.1'
}
}

group = 'com.github.rheinfabrik'

task sourcesJar(type: Jar, dependsOn: classes) {
classifier = 'sources'
from sourceSets.main.allSource
repositories {
mavenCentral()
}
}

artifacts {
archives sourcesJar
}
jar.archiveName = "Heimdall.Droid.jar"

group = 'com.github.rheinfabrik'

repositories {
mavenCentral()
Expand All @@ -37,10 +30,9 @@ dependencies {
compile 'com.google.code.gson:gson:2.8.0'

// Testing
testCompile "cglib:cglib:2.2"
testCompile 'junit:junit:4.12'
testCompile('org.spockframework:spock-core:1.0-groovy-2.4') {
exclude group: 'junit'
}
testCompile "cglib:cglib:2.2"
testCompile "org.objenesis:objenesis:1.2"
}
3 changes: 0 additions & 3 deletions library/src/main/AndroidManifest.xml

This file was deleted.

0 comments on commit 60a225a

Please sign in to comment.