Reenabled the changelog. *Crosses fingers*
This commit is contained in:
parent
dea3e21cbd
commit
f83a8f581e
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ task createChangelog(type: ChangelogTask) {
|
||||||
project.getArtifacts().add("archives", getOutput());
|
project.getArtifacts().add("archives", getOutput());
|
||||||
}
|
}
|
||||||
|
|
||||||
//tasks.build.dependsOn('createChangelog')
|
tasks.build.dependsOn('createChangelog')
|
||||||
|
|
||||||
task sourceZip(type: Zip) {
|
task sourceZip(type: Zip) {
|
||||||
from sourceSets.main.allSource
|
from sourceSets.main.allSource
|
||||||
|
|
Loading…
Reference in a new issue