diff --git a/build.gradle b/build.gradle index 73d5a3c..70e7f79 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group = 'com.docutools' -version = '1.1.3' +version = '1.1.4' sourceCompatibility = 17 targetCompatibility = 17 @@ -79,4 +79,4 @@ tasks.withType(Checkstyle) { reports { html.destination rootProject.file("build/reports/checkstyle.html") } -} \ No newline at end of file +}