Files
openide/python/setup-test-environment/settings.gradle.kts
Pavel Karateev 17c28b6906 PCQA-1107 switch to Space Packages
`com.jetbrains.python.envs` plugin was published to Gradle Plugin
Portal in 2021 last time, an attempt to publish a new version with
a set of fixes was rejected by the Gradle approval team

while we are currently under discussion with the Gradle team,
I think it makes sense to switch to Space Packages

we could publish to Space Packages without any issues, the package
is also publicly available

as we have plans to deprecate the plugin, I consider this as a temp
solution, though Space Packages might be better suited for hosting
the plugin than Gradle Plugin Portal in the first place


(cherry picked from commit e6f19caf01ea78796497c0f9890e0c15a22a8f85)

IJ-MR-169407

GitOrigin-RevId: 8e394fec3292389db2091011a49fd2c6fde85b3c
2025-07-17 17:01:57 +00:00

10 lines
281 B
Kotlin

// 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()
}
}