File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import ru.vyarus.gradle.plugin.python.PythonExtension
2- import ru.vyarus.gradle.plugin.python.task.PythonTask
3-
41plugins {
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
1712group = " dev.isxander"
18- version = " 1.21.4 +1.1 "
13+ version = " 1.21.5 +1.0 "
1914
2015loom {
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-
139121publishMods {
140122 displayName.set(" Debugify ${project.version} " )
141123
@@ -215,8 +197,6 @@ publishing {
215197tasks.register(" publishDebugify" ) {
216198 group = " debugify"
217199
218- // dependsOn("checkBugStatuses")
219-
220200 dependsOn(" clean" )
221201
222202 dependsOn(" publishMods" )
You can’t perform that action at this time.
0 commit comments