File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change
1
+ permissions : read-all
2
+
1
3
name : build
2
4
3
5
on :
Original file line number Diff line number Diff line change 11
11
12
12
<groupId >io.github.cdimascio</groupId >
13
13
<artifactId >dotenv-java</artifactId >
14
- <version >3.0.0 </version >
14
+ <version >3.0.1 </version >
15
15
16
16
<licenses >
17
17
<license >
174
174
<id >create-javadoc-dir</id >
175
175
<phase >compile</phase >
176
176
<configuration >
177
- <tasks >
177
+ <target >
178
178
<delete dir =" ${javadoc.dir}" />
179
179
<mkdir dir =" ${javadoc.dir}" />
180
- </tasks >
180
+ </target >
181
181
</configuration >
182
182
<goals >
183
183
<goal >run</goal >
328
328
<plugin >
329
329
<groupId >org.apache.maven.plugins</groupId >
330
330
<artifactId >maven-gpg-plugin</artifactId >
331
- <version >3.0.1 </version >
331
+ <version >3.2.4 </version >
332
332
<executions >
333
333
<execution >
334
334
<id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments