diff --git a/settings.gradle b/settings.gradle index e299ca95d..bdae9626e 100644 --- a/settings.gradle +++ b/settings.gradle @@ -2,7 +2,7 @@ plugins { id "com.cherryperry.gradle-file-encrypt" version "2.0.3" apply false id "org.jetbrains.gradle.plugin.idea-ext" version "1.2" apply false id 'cz.habarta.typescript-generator' version "$typescriptGeneratorVersion" apply false - id 'pl.allegro.tech.build.axion-release' version '1.20.1' apply false + id 'pl.allegro.tech.build.axion-release' version '1.21.1' apply false } rootProject.name = "$projectName"