From a7231b3e8f147d9b0d773e4dcd94f109779e0bd1 Mon Sep 17 00:00:00 2001 From: overcat <4catcode@gmail.com> Date: Thu, 14 Sep 2023 22:04:52 +0800 Subject: [PATCH] Refactor build script. --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 25e3e1a00..c0fa1889c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -59,6 +59,7 @@ tasks { } val uberJar by creating(Jar::class) { + // https://docs.gradle.org/current/userguide/working_with_files.html#sec:creating_uber_jar_example manifest { attributes["Implementation-Title"] = "stellar-sdk" attributes["Implementation-Version"] = version @@ -73,7 +74,6 @@ tasks { }) } - val javadocJar by creating(Jar::class) { manifest { attributes["Implementation-Title"] = "stellar-sdk"