[RELEASE CI] Search implemented, other improvements

This commit is contained in:
Aria Moradi 2021-01-22 18:14:59 +03:30
parent 7d1c63e181
commit 2c76ad9b74
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ plugins {
id("org.jmailen.kotlinter") version "3.3.0"
}
val TachideskVersion = "v0.0.2"
val TachideskVersion = "v0.0.3"
repositories {

View File

@ -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()