diff --git a/python/setup-test-environment/build.gradle.kts b/python/setup-test-environment/build.gradle.kts index 6d71c296f57c..ff01c7ade484 100644 --- a/python/setup-test-environment/build.gradle.kts +++ b/python/setup-test-environment/build.gradle.kts @@ -6,7 +6,7 @@ import kotlin.io.path.createLinkPointingTo import kotlin.io.path.exists plugins { - id("com.jetbrains.python.envs") version "0.0.31" + id("com.jetbrains.python.envs") version "0.0.33" } enum class PythonType { PYTHON, CONDA } diff --git a/python/setup-test-environment/settings.gradle.kts b/python/setup-test-environment/settings.gradle.kts new file mode 100644 index 000000000000..17247524617f --- /dev/null +++ b/python/setup-test-environment/settings.gradle.kts @@ -0,0 +1,10 @@ +// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. + +pluginManagement { + repositories { + maven { + url = uri("https://packages.jetbrains.team/maven/p/py/public-maven") + } + gradlePluginPortal() + } +} \ No newline at end of file