Skip to content

Commit

Permalink
fix: rm proxy setting
Browse files Browse the repository at this point in the history
  • Loading branch information
reko committed Oct 10, 2022
1 parent 8e9be80 commit 1fd3bc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.idea
.qodana
build
/gradle.local.properties
4 changes: 0 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,3 @@ runIde.autoReloadPlugins=true
# 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

0 comments on commit 1fd3bc6

Please sign in to comment.