Skip to content

Commit

Permalink
removed javadoc because jitpack does nor handles it
Browse files Browse the repository at this point in the history
  • Loading branch information
neoBortx committed Feb 3, 2024
1 parent b592645 commit d7e530b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion simpleBleClient/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ publishing {
description = "A simple BLE client library for Android that works with coroutines"
artifact("$buildDir/outputs/aar/simpleBleClient_$versionLib.aar")
artifact(sourcesJar.get())
artifact(file("$buildDir/libs/simpleBleClient-$versionLib-javadoc.jar"))
}
}
}
Expand Down

0 comments on commit d7e530b

Please sign in to comment.