diff --git a/build.gradle b/build.gradle index f249cead4..e08303d11 100644 --- a/build.gradle +++ b/build.gradle @@ -117,7 +117,7 @@ task createChangelog(type: ChangelogTask) { project.getArtifacts().add("archives", getOutput()); } -//tasks.build.dependsOn('createChangelog') +tasks.build.dependsOn('createChangelog') task sourceZip(type: Zip) { from sourceSets.main.allSource