Got 3rd party dependencies working in development mode

This commit is contained in:
grimsi
2024-10-30 14:10:51 +01:00
parent 0563f2b366
commit 1bb46e3a71
15 changed files with 104 additions and 71 deletions
-4
View File
@@ -32,8 +32,4 @@ subprojects {
}
}
tasks.named("build") {
dependsOn(":gameyfin:uberJar")
}
extra.set("pluginDir", rootProject.layout.buildDirectory.get().asFile.resolve("plugins"))