We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e4003 commit b26cfe6Copy full SHA for b26cfe6
README.md
@@ -14,7 +14,7 @@ repositories {
14
}
15
16
dependencies {
17
- implementation 'com.github.LabyStudio:java-spotify-api:1.0.0:all'
+ implementation 'com.github.LabyStudio:java-spotify-api:1.0.1:all'
18
19
```
20
build.gradle
@@ -20,6 +20,12 @@ dependencies {
implementation group: 'net.java.dev.jna', name: 'jna-platform', version: '4.5.0'
21
22
23
+
24
+java {
25
+ withSourcesJar()
26
+ withJavadocJar()
27
+}
28
29
build {
30
dependsOn shadowJar
31
0 commit comments