Skip to content

Commit

Permalink
Sources jar should not be restricted only to Java
Browse files Browse the repository at this point in the history
All sources (Scala included) are now added to the sources.jar
closes #542
  • Loading branch information
costin committed Sep 5, 2015
1 parent b7d3e59 commit e6eca18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -252,7 +252,7 @@ allprojects { project ->

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

javadoc {
Expand Down

0 comments on commit e6eca18

Please sign in to comment.