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 9999 <plugin >
100100 <groupId >org.jetbrains.dokka</groupId >
101101 <artifactId >dokka-maven-plugin</artifactId >
102- <version >0.9.18 </version >
102+ <version >1.6.0 </version >
103103 <executions >
104104 <execution >
105105 <phase >prepare-package</phase >
110110 </goals >
111111 </execution >
112112 </executions >
113- <configuration >
114- <includes >
115- <file >packages.md</file >
116- </includes >
117- </configuration >
118113 </plugin >
119114 <plugin >
120115 <groupId >org.apache.maven.plugins</groupId >
121116 <artifactId >maven-gpg-plugin</artifactId >
122117 <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 >
123127 </plugin >
124128 </plugins >
125129 </build >
You can’t perform that action at this time.
0 commit comments