aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index b81cf56..bd440a8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,4 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
+import groovy.xml.MarkupBuilder
buildscript {
repositories {
@@ -18,7 +19,7 @@ task clean(type: Delete) {
delete rootProject.buildDir
}
-task generateChangelogMd() {
+task generateChangelogMd {
def parsedProjectXml = (new XmlParser()).parse("$project.rootDir/sample/src/main/res/xml/kau_changelog.xml")
def sw = new StringWriter()
sw.append("# Changelog\n")