diff --git a/build.gradle b/build.gradle index 4471644..e2d0d3b 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ tasks.withType(JavaCompile) { options.encoding = 'UTF-8' } tasks.withType(GroovyCompile) { options.encoding = 'UTF-8' } group = 'com.synopsys.integration' -version = '2.0.4-SNAPSHOT' +version = '2.0.4' description = 'A common plugin for all integration libraries and solutions to use.' sourceCompatibility = JavaVersion.VERSION_11