Skip to content

Commit e6ed13d

Browse files
committed
Correctly specify sources jar to upload
1 parent 131570e commit e6ed13d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,8 @@ publishing {
6565
maven(MavenPublication) {
6666
artifactId="javasdk"
6767
from components.java
68-
artifacts {
69-
archives sourcesJar
70-
archives jar
71-
}
68+
69+
artifact sourcesJar
7270

7371
pom {
7472
name = 'OpenFeature SDK'

0 commit comments

Comments
 (0)