Skip to content

Commit 175ebbe

Browse files
committed
build: remove python stuff from gradle since the script broke since Mojira migration
1 parent a09181c commit 175ebbe

1 file changed

Lines changed: 1 addition & 21 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
import ru.vyarus.gradle.plugin.python.PythonExtension
2-
import ru.vyarus.gradle.plugin.python.task.PythonTask
3-
41
plugins {
52
java
63

@@ -10,12 +7,10 @@ plugins {
107
`maven-publish`
118

129
id("org.ajoberstar.grgit") version "5.0.0"
13-
14-
id("ru.vyarus.use-python") version "3.0.0"
1510
}
1611

1712
group = "dev.isxander"
18-
version = "1.21.4+1.1"
13+
version = "1.21.5+1.0"
1914

2015
loom {
2116
splitEnvironmentSourceSets()
@@ -123,19 +118,6 @@ tasks.processResources {
123118
}
124119
}
125120

126-
python {
127-
pip("requests:2.28.1")
128-
pip("packaging:21.3")
129-
130-
scope = PythonExtension.Scope.USER
131-
}
132-
133-
tasks.register<PythonTask>("checkBugStatuses") {
134-
group = "debugify"
135-
136-
command = project.file("scripts/check_bug_fixes.py").toString()
137-
}
138-
139121
publishMods {
140122
displayName.set("Debugify ${project.version}")
141123

@@ -215,8 +197,6 @@ publishing {
215197
tasks.register("publishDebugify") {
216198
group = "debugify"
217199

218-
//dependsOn("checkBugStatuses")
219-
220200
dependsOn("clean")
221201

222202
dependsOn("publishMods")

0 commit comments

Comments
 (0)