Skip to content

Commit

Permalink
[2/2][Issue #10][CI] Publish all types of the same library to ...
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Nov 2, 2023
1 parent f656895 commit 75ab116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ repositories {
}

nexusPublishing {
project.findProperty("repoDescription")?.toString().let {
if (!it.isNullOrEmpty()) {
project.findProperty("repoDescription")?.toString()?.let {
if (it.isNotEmpty()) {
repositoryDescription.set(it)
}
}
Expand Down

0 comments on commit 75ab116

Please sign in to comment.