mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 09:24:34 -05:00
[RELEASE CI] Search implemented, other improvements
This commit is contained in:
@@ -8,7 +8,7 @@ plugins {
|
||||
id("org.jmailen.kotlinter") version "3.3.0"
|
||||
}
|
||||
|
||||
val TachideskVersion = "v0.0.2"
|
||||
val TachideskVersion = "v0.0.3"
|
||||
|
||||
|
||||
repositories {
|
||||
|
||||
@@ -34,9 +34,9 @@ class Main {
|
||||
|
||||
@JvmStatic
|
||||
fun main(args: Array<String>) {
|
||||
System.getProperties()["proxySet"] = "true"
|
||||
System.getProperties()["socksProxyHost"] = "127.0.0.1"
|
||||
System.getProperties()["socksProxyPort"] = "2020"
|
||||
// System.getProperties()["proxySet"] = "true"
|
||||
// System.getProperties()["socksProxyHost"] = "127.0.0.1"
|
||||
// System.getProperties()["socksProxyPort"] = "2020"
|
||||
|
||||
// make sure everything we need exists
|
||||
applicationSetup()
|
||||
|
||||
Reference in New Issue
Block a user