Hey everyone,
I'm a junior dev trying to build a custom module for my company. I'm following the SDK tutorial, but when I run ./gradlew.bat build
, I'm getting this error:
Plugin [id: 'org.jetbrains.kotlin.jvm', version: '1.7.10', apply: false] 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.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.7.10')
Searched in the following repositories:
Gradle Central Plugin Repository`
I did some digging, and it looks like it might be because of our corporate proxy (Zscaler). Weird thing is, I can curl
the Gradle repo address just fine. Since I'm pretty new to Java and Gradle, I'm a bit lost in all these files. Has anyone else run into this before? Any ideas on how to fix it?
Thanks!