mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Use gradle newer plugin api
This commit is contained in:
@@ -1,19 +1,8 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
maven {
|
||||
url "https://plugins.gradle.org/m2/"
|
||||
}
|
||||
// maven {
|
||||
// url uri('../mvn_repo')
|
||||
// }
|
||||
}
|
||||
dependencies {
|
||||
classpath group: 'com.jetbrains.python', name: 'gradle-python-envs', version: '0.0.2+'
|
||||
}
|
||||
plugins {
|
||||
id "com.jetbrains.python.envs" version "0.0.2"
|
||||
}
|
||||
|
||||
|
||||
apply plugin: 'com.jetbrains.python.envs'
|
||||
|
||||
|
||||
envs {
|
||||
|
||||
Reference in New Issue
Block a user