Change generated jar name
This commit is contained in:
parent
4edd3555ed
commit
148876c4e5
|
|
@ -45,6 +45,8 @@ tasks.named('test') {
|
|||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
jar.archiveBaseName = 'openfeature'
|
||||
|
||||
def repo_url = System.getenv("REPOSITORY_URL")
|
||||
|
||||
group = 'dev.openfeature'
|
||||
|
|
|
|||
Loading…
Reference in New Issue