File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 99
99
<plugin >
100
100
<groupId >org.jetbrains.dokka</groupId >
101
101
<artifactId >dokka-maven-plugin</artifactId >
102
- <version >0.9.18 </version >
102
+ <version >1.6.0 </version >
103
103
<executions >
104
104
<execution >
105
105
<phase >prepare-package</phase >
110
110
</goals >
111
111
</execution >
112
112
</executions >
113
- <configuration >
114
- <includes >
115
- <file >packages.md</file >
116
- </includes >
117
- </configuration >
118
113
</plugin >
119
114
<plugin >
120
115
<groupId >org.apache.maven.plugins</groupId >
121
116
<artifactId >maven-gpg-plugin</artifactId >
122
117
<version >1.6</version >
118
+ <executions >
119
+ <execution >
120
+ <id >sign-artifacts</id >
121
+ <phase >verify</phase >
122
+ <goals >
123
+ <goal >sign</goal >
124
+ </goals >
125
+ </execution >
126
+ </executions >
123
127
</plugin >
124
128
</plugins >
125
129
</build >
You can’t perform that action at this time.
0 commit comments