File tree Expand file tree Collapse file tree 2 files changed +0
-26
lines changed Expand file tree Collapse file tree 2 files changed +0
-26
lines changed Original file line number Diff line number Diff line change 77on :
88 push :
99 branches : [ "main" ]
10- # TODO: remove before merging
11- workflow_dispatch :
12- pull_request :
13- branches : [ "main" ]
1410
1511jobs :
1612 build :
Original file line number Diff line number Diff line change 170170 <plugin >
171171 <artifactId >maven-gpg-plugin</artifactId >
172172 <version >3.2.8</version >
173- <!-- <executions>
174- <execution>
175- <id>sign-artifacts</id>
176- <phase>deploy</phase>
177- <goals>
178- <goal>sign</goal>
179- </goals>
180- </execution>
181- </executions> -->
182173 </plugin >
183174 <plugin >
184175 <groupId >org.sonatype.central</groupId >
185176 <artifactId >central-publishing-maven-plugin</artifactId >
186177 <version >0.8.0</version >
187178 <extensions >true</extensions >
188- <!-- <configuration>
189- <publishingServerId>central</publishingServerId>
190- </configuration> -->
191179 </plugin >
192- <!-- <plugin>
193- <artifactId>maven-gpg-plugin</artifactId>
194- <version>3.2.7</version>
195- </plugin> -->
196- <!-- <plugin>
197- <groupId>org.sonatype.central</groupId>
198- <artifactId>central-publishing-maven-plugin</artifactId>
199- <version>0.7.0</version>
200- <extensions>true</extensions>
201- </plugin> -->
202180 </plugins >
203181
204182 <pluginManagement >
You can’t perform that action at this time.
0 commit comments