Added auto-updater, started to transfer Skript over, did the feather and freeze.

This commit is contained in:
wolf
2025-06-28 23:36:11 -04:00
parent d9967516b6
commit 0402d95f56
44 changed files with 1024 additions and 231 deletions

18
Uploader/build.gradle.kts Normal file
View File

@@ -0,0 +1,18 @@
plugins {
id("java")
}
group = "me.trouper"
version = "1.0.0"
repositories {
mavenCentral()
}
dependencies {
implementation("com.github.mwiede:jsch:2.27.0")
}
tasks.test {
useJUnitPlatform()
}