mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-17 08:15:44 +00:00
Add TorrentDownloadPlugin
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
plugins {
|
||||
id("com.google.devtools.ksp")
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven { setUrl("https://jitpack.io") }
|
||||
maven { setUrl("https://repository.jboss.org") }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
ksp("care.better.pf4j:pf4j-kotlin-symbol-processing:${rootProject.extra["pf4jKspVersion"]}")
|
||||
|
||||
// Torrent tracker & seeder
|
||||
implementation("com.github.mpetazzoni:ttorrent:ttorrent-2.0") {
|
||||
exclude(group = "org.slf4j")
|
||||
}
|
||||
|
||||
// Torrent file builder
|
||||
implementation("com.github.atomashpolskiy:bt-core:1.10") {
|
||||
exclude(group = "org.slf4j")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user