File tree Expand file tree Collapse file tree 1 file changed +0
-39
lines changed
Expand file tree Collapse file tree 1 file changed +0
-39
lines changed Original file line number Diff line number Diff line change 183183 </execution >
184184 </executions >
185185 </plugin >
186- <plugin >
187- <groupId >org.jreleaser</groupId >
188- <artifactId >jreleaser-maven-plugin</artifactId >
189- <version >1.21.0</version >
190- <inherited >false</inherited >
191- <configuration >
192- <gitRootSearch >true</gitRootSearch >
193- <jreleaser >
194- <project >
195- <java >
196- <mainClass >${app.main.class} </mainClass >
197- </java >
198- </project >
199-
200- <release >
201- <github >
202- <enabled >false</enabled >
203- </github >
204- </release >
205-
206- <distributions >
207- <app >
208- <artifacts >
209- <artifact >
210- <path >
211- ${app.distribution.directory} /${project.artifactId} -${project.version} .zip
212- </path >
213- </artifact >
214- <artifact >
215- <path >
216- ${app.distribution.directory} /${project.artifactId} -${project.version} .tar.gz
217- </path >
218- </artifact >
219- </artifacts >
220- </app >
221- </distributions >
222- </jreleaser >
223- </configuration >
224- </plugin >
225186 </plugins >
226187 </build >
227188</project >
You can’t perform that action at this time.
0 commit comments