Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Szczepan Faber
org.shipkit.e2e-test
PluginId
Author
org.shipkit.e2e-test
Owner: Szczepan Faber
Release tools and Gradle plugins that automate Mockito continuous delivery.
Version 0.8.114
0.8.114
Created 05 July 2017.
Shipkit - toolkit for shipping it. Enables continuous delivery with automated version bumps, release notes and many more.
Other versions
- 0.9.43
- 0.9.42
- 0.9.41
- 0.9.40
- 0.9.39
- 0.9.38
- 0.9.37
- 0.9.36
- 0.9.35
- 0.9.34
- 0.9.33
- 0.9.32
- 0.9.31
- 0.9.30
- 0.9.29
- 0.9.28
- 0.9.27
- 0.9.26
- 0.9.25
- 0.9.24
- 0.9.23
- 0.9.22
- 0.9.20
- 0.9.19
- 0.9.18
- 0.9.17
- 0.9.16
- 0.9.15
- 0.9.13
- 0.9.12
- 0.9.11
- 0.9.10
- 0.9.9
- 0.9.8
- 0.9.7
- 0.9.6
- 0.9.5
- 0.9.4
- 0.9.3
- 0.9.2
- 0.9.1
- 0.8.121
- 0.8.120
- 0.8.118
- 0.8.117
- 0.8.116
- 0.8.115
- 0.8.113
- 0.8.112
- 0.8.111
- 0.8.110
- 0.8.109
- 0.8.108
- 0.8.107
- 0.8.106
- 0.8.105
- 0.8.104
- 0.8.103
- 0.8.102
- 0.8.101
- 0.8.100
- 0.8.99
- 0.8.98
- 0.8.97
- 0.8.96
- 0.8.95
- 0.8.94
- 0.8.93
- 0.8.92
- 0.8.91
- 0.8.90
- 0.8.89
- 0.8.88
- 0.8.87
- 0.8.86
- 0.8.85
- 0.8.84
- 0.8.83
- 0.8.82
- 0.8.81
- 0.8.80
- 0.8.79
- 0.8.78
- 0.8.77
- 0.8.76
- 0.8.75
- 0.8.74
- 0.8.73
- 0.8.72
- 0.8.71
- 0.8.70
- 0.8.69
- 0.8.68
- 0.8.67
- 0.8.66
- 0.8.65
- 0.8.64
- 0.8.63
- 0.8.62
- 0.8.61
- 0.8.60
- 0.8.59
- 0.8.58
- 0.8.57
- 0.8.56
- 0.8.55
Add this plugin to your build using the plugins DSL:
plugins {
id("org.shipkit.e2e-test") version "0.8.114"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.shipkit:shipkit:0.8.114") } } apply(plugin = "org.shipkit.e2e-test")
- Applying plugins to all subprojects .