Correctly specify sources jar to upload

This commit is contained in:
Justin Abrahms 2022-05-13 10:48:29 -07:00
parent 131570e72b
commit e6ed13d8f1
No known key found for this signature in database
GPG Key ID: 599E2E12011DC474
1 changed files with 2 additions and 4 deletions

View File

@ -65,10 +65,8 @@ publishing {
maven(MavenPublication) {
artifactId="javasdk"
from components.java
artifacts {
archives sourcesJar
archives jar
}
artifact sourcesJar
pom {
name = 'OpenFeature SDK'