From d3e5bf84b3245f779d4064d7394fdaac55ea799d Mon Sep 17 00:00:00 2001 From: Zihlu Wang Date: Mon, 29 Apr 2024 14:16:15 +0800 Subject: [PATCH] ci: add steps used to publish artefacts to maven central --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 408483d..c42000f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -27,7 +27,7 @@ springVersion=6.1.3 springBootVersion=3.2.3 buildGroupId=com.onixbyte -buildVersion=1.4.0 +buildVersion=1.4.0-test-github-actions projectUrl=https://onixbyte.com/JDevKit projectGithubUrl=https://github.com/OnixByte/JDevKit licenseName=The Apache License, Version 2.0