Skip to content

Commit

Permalink
Refactor build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Sep 14, 2023
1 parent 011d67b commit a7231b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -73,7 +74,6 @@ tasks {
})
}


val javadocJar by creating(Jar::class) {
manifest {
attributes["Implementation-Title"] = "stellar-sdk"
Expand Down

0 comments on commit a7231b3

Please sign in to comment.