From 6a15b6b904bcf1893fa50bcf8112d8bc58595ecb Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Fri, 24 Apr 2026 12:17:33 +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. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ebd06b3..5d847e1 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { plugins { id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' - id 'pl.allegro.tech.build.axion-release' version '1.18.16' + id 'pl.allegro.tech.build.axion-release' version '1.21.1' } scmVersion {