From d15adfdb97655fbb3285d24ce437f78e74d612c7 Mon Sep 17 00:00:00 2001 From: zihluwang Date: Mon, 9 Jun 2025 19:25:02 +0800 Subject: [PATCH] build: upgrade to version 2.3.0 --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index cf8a979..d47b7fd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,8 +15,8 @@ # limitations under the License. # -artefactVersion=2.2.0 -projectUrl=https://onixbyte.com/java-dev-kit +artefactVersion=2.3.0 +projectUrl=https://onixbyte.com/projects/java-dev-kit projectGithubUrl=https://github.com/onixbyte/java-dev-kit licenseName=The Apache License, Version 2.0 -licenseUrl=https://www.apache.org/licenses/LICENSE-2.0.txt \ No newline at end of file +licenseUrl=https://onixbyte.com/projects/java-dev-kit/LICENSE.txt \ No newline at end of file