Gradle: remove sources artifact

This commit is contained in:
Emux
2016-06-18 20:10:02 +03:00
parent f3d4a8ef7d
commit 958dfb8166
3 changed files with 0 additions and 24 deletions

View File

@@ -32,14 +32,6 @@ android {
lintOptions.abortOnError false
}
task sourcesJar(type: Jar) {
classifier = 'sources'
from android.sourceSets.main.java.srcDirs
}
artifacts {
archives sourcesJar
}
eclipse {
classpath {
plusConfigurations += [ configurations.compile, configurations.eclipseCompile ]