From f1b5c91b540c362abd725a3bce1f4c34ab178647 Mon Sep 17 00:00:00 2001 From: WilliamKwokX <1425183716@qq.com> Date: Tue, 8 Aug 2023 12:30:20 +0800 Subject: [PATCH] + --- annotations/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotations/build.gradle b/annotations/build.gradle index 4487c5d..459ff14 100644 --- a/annotations/build.gradle +++ b/annotations/build.gradle @@ -14,7 +14,7 @@ tasks.withType(KotlinCompile).configureEach{ } mavenPublishing { - def isSNAPSHOT = true + def isSNAPSHOT = false def version = "1.0.0" def artifactId = "tracer-annotations"