|
@@ -42,6 +42,12 @@ dependencyLicenses {
|
|
mapping from: /jackson-.*/, to: 'jackson'
|
|
mapping from: /jackson-.*/, to: 'jackson'
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+bundlePlugin {
|
|
|
|
+ from('config/discovery-ec2') {
|
|
|
|
+ into 'config'
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
test {
|
|
test {
|
|
// this is needed for insecure plugins, remove if possible!
|
|
// this is needed for insecure plugins, remove if possible!
|
|
systemProperty 'tests.artifact', project.name
|
|
systemProperty 'tests.artifact', project.name
|