File tree Expand file tree Collapse file tree 2 files changed +16
-17
lines changed Expand file tree Collapse file tree 2 files changed +16
-17
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,21 @@ plugins {
50
50
id ' elasticsearch.run-ccs'
51
51
id ' elasticsearch.release-tools'
52
52
id ' elasticsearch.versions'
53
+ id(" com.gradleup.nmcp.aggregation" ). version(" 0.1.4" )
54
+ }
55
+ version = VersionProperties . elasticsearch
56
+ nmcpAggregation {
57
+ centralPortal {
58
+ username = ' blubb' // TODO("Create a token username at https://central.sonatype.com/account")
59
+ password = ' blubb' // TODO("Create a token password at https://central.sonatype.com/account")
60
+ // publish manually from the portal
61
+ publishingType = " USER_MANAGED"
62
+ }
53
63
}
54
64
65
+ dependencies {
66
+ nmcpAggregation(project(" :libs:cli" ))
67
+ }
55
68
/**
56
69
* This is a convenient method for declaring test artifact dependencies provided by the internal
57
70
* test artifact plugin. It replaces basically the longer dependency notation with explicit capability
Original file line number Diff line number Diff line change 7
7
* License v3.0 only", or the "Server Side Public License, v 1".
8
8
*/
9
9
plugins {
10
- id(" com.gradleup.nmcp" ). version( " 0.1.4 " )
10
+ id(" com.gradleup.nmcp" )
11
11
}
12
- apply plugin : ' elasticsearch.build'
13
- apply plugin : ' elasticsearch.publish'
14
-
15
-
16
- // Create your publications
17
12
18
- // Create your publications
19
13
20
- nmcp {
21
- centralPortal {
22
- username = " blubb" // TODO("Create a token username at https://central.sonatype.com/account")
23
- password = " blubb" // TODO("Create a token password at https://central.sonatype.com/account")
24
- // publish manually from the portal
25
- publishingType = " USER_MANAGED"
26
- // or if you want to publish automatically
27
- publishingType = " AUTOMATIC"
28
- }
29
- }
14
+ apply plugin : ' elasticsearch.build'
15
+ apply plugin : ' elasticsearch.publish'
30
16
31
17
dependencies {
32
18
api ' net.sf.jopt-simple:jopt-simple:5.0.2'
You can’t perform that action at this time.
0 commit comments