File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -20,31 +20,6 @@ eclipse {
20
20
21
21
description = " Common configuration of the add-ons."
22
22
23
- val mainAddOns = listOf (" help" )
24
- val weeklyAddOns = mainAddOns + listOf ()
25
-
26
- mapOf (" main" to mainAddOns, " weekly" to weeklyAddOns).forEach { entry ->
27
- tasks {
28
- val name = entry.key
29
- val nameCapitalized = name.capitalize()
30
- register(" copy${nameCapitalized} AddOns" ) {
31
- group = " ZAP"
32
- description = " Copies the $name release add-ons to zaproxy project."
33
- childProjects(entry.value) {
34
- dependsOn(it.tasks.named(AddOnPlugin .COPY_ADD_ON_TASK_NAME ))
35
- }
36
- }
37
-
38
- register(" list${nameCapitalized} AddOns" ) {
39
- group = " ZAP"
40
- description = " Lists the $name release add-ons."
41
- doLast {
42
- childProjects(entry.value) { println (it.name) }
43
- }
44
- }
45
- }
46
- }
47
-
48
23
subprojects {
49
24
apply (plugin = " java-library" )
50
25
apply (plugin = " org.zaproxy.add-on" )
You can’t perform that action at this time.
0 commit comments