mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-23 09:37:37 +00:00
10 lines
153 B
Groovy
10 lines
153 B
Groovy
group = "dev.plex"
|
|
version = rootProject.version
|
|
description = "Plex-API"
|
|
|
|
tasks.jar {
|
|
archiveBaseName.set("Plex-API")
|
|
archiveVersion.set("")
|
|
}
|
|
|