diff --git a/build.gradle b/build.gradle index 1154f03..cf7dd9d 100755 --- a/build.gradle +++ b/build.gradle @@ -13,4 +13,8 @@ uploadArchives { repositories.mavenDeployer { repository(url: uri('.maven')) } +} + +jar { + from sourceSets.main.allSource } \ No newline at end of file