Change generated jar name

This commit is contained in:
Justin Abrahms 2022-05-13 10:13:49 -07:00
parent 4edd3555ed
commit 148876c4e5
No known key found for this signature in database
GPG Key ID: 599E2E12011DC474
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ tasks.named('test') {
useJUnitPlatform()
}
jar.archiveBaseName = 'openfeature'
def repo_url = System.getenv("REPOSITORY_URL")
group = 'dev.openfeature'