This commit is contained in:
2022-04-09 23:51:27 -05:00
parent de20747d45
commit 9849003ecc
323 changed files with 670 additions and 171 deletions

9
Plex-API/build.gradle Normal file
View File

@ -0,0 +1,9 @@
group = "dev.plex"
version = rootProject.version
description = "Plex-API"
tasks.jar {
archiveBaseName.set("Plex-API")
archiveVersion.set("")
}

Binary file not shown.

View File

@ -0,0 +1,2 @@
Manifest-Version: 1.0