Correctly specify sources jar to upload
This commit is contained in:
parent
131570e72b
commit
e6ed13d8f1
|
|
@ -65,10 +65,8 @@ publishing {
|
|||
maven(MavenPublication) {
|
||||
artifactId="javasdk"
|
||||
from components.java
|
||||
artifacts {
|
||||
archives sourcesJar
|
||||
archives jar
|
||||
}
|
||||
|
||||
artifact sourcesJar
|
||||
|
||||
pom {
|
||||
name = 'OpenFeature SDK'
|
||||
|
|
|
|||
Loading…
Reference in New Issue