From 5fc7b81372714ad8cda55f24d1c306dd02172057 Mon Sep 17 00:00:00 2001 From: julianladisch Date: Mon, 28 Jul 2025 15:11:30 +0200 Subject: [PATCH] Update build.gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5d77f3b2..8232b264 100644 --- a/build.gradle +++ b/build.gradle @@ -219,7 +219,7 @@ uploadArchives { distribution "repo"; }; license { - name "Apache Software License, version 2.0"; + name "Apache License, version 2.0"; url "http://www.apache.org/licenses/LICENSE-2.0"; distribution "repo"; }