mirror of
https://github.com/plexusorg/Plex.git
synced 2025-06-27 22:16:41 +00:00
API 👀
This commit is contained in:
9
Plex-API/build.gradle
Normal file
9
Plex-API/build.gradle
Normal file
@ -0,0 +1,9 @@
|
||||
group = "dev.plex"
|
||||
version = rootProject.version
|
||||
description = "Plex-API"
|
||||
|
||||
tasks.jar {
|
||||
archiveBaseName.set("Plex-API")
|
||||
archiveVersion.set("")
|
||||
}
|
||||
|
BIN
Plex-API/build/libs/Plex-API.jar
Normal file
BIN
Plex-API/build/libs/Plex-API.jar
Normal file
Binary file not shown.
2
Plex-API/build/tmp/jar/MANIFEST.MF
Normal file
2
Plex-API/build/tmp/jar/MANIFEST.MF
Normal file
@ -0,0 +1,2 @@
|
||||
Manifest-Version: 1.0
|
||||
|
Reference in New Issue
Block a user