From b5f1abc066dd8df8cff46d80a5cab56e4d1da1a7 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Fri, 24 Apr 2026 12:02:25 +0200 Subject: [PATCH] Use axion-release-plugin v1.21.1 This version supports the actions/checkout@v6 credential storage mechanism which fixes "not authorized" exceptions. --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"