How do I apply proxy settings before downloading K...
# gradle
a
How do I apply proxy settings before downloading Kotlin-DSL? I am unable to download
Kotlin-DSL
plugin because of proxy issue. Proxy params are set in
~.gradle/gradle.properties
. This was working fine before migrating to Kotlin-DSL Logs:
Copy code
NEGOTIATE authentication error: No valid credentials provided (Mechanism level: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt))
FAILURE: Build failed with an exception.
* Where:
Build file 'private\buildSrc\build.gradle.kts' line: 8
* What went wrong:
Plugin [id: 'org.gradle.kotlin.kotlin-dsl', version: '1.2.9'] was not found in any of the following sources:
- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (could not resolve plugin artifact 'org.gradle.kotlin.kotlin-dsl:org.gradle.kotlin.kotlin-dsl.gradle.plugin:1.2.9')
  Searched in the following repositories:
    Gradle Central Plugin Repository