Skip to content

Commit

Permalink
fix: prop
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhangli committed Jul 19, 2023
1 parent 6944b4e commit 6cf8c38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ org.gradle.jvmargs=-XX\:MaxHeapSize\=4096m -Xmx8192m
## Opt-out flag for bundling Kotlin standard library -> https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library
## suppress inspection "UnusedProperty"
#kotlin.stdlib.default.dependency = false
systemProp.http.proxyHost=127.0.0.1
systemProp.http.proxyPort=7890
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=7890
#systemProp.http.proxyHost=127.0.0.1
#systemProp.http.proxyPort=7890
#systemProp.https.proxyHost=127.0.0.1
#systemProp.https.proxyPort=7890

0 comments on commit 6cf8c38

Please sign in to comment.