File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Java CI with Maven
5
5
6
6
on :
7
7
push :
8
- branches : [ "master", "dependabot/**" ]
8
+ branches : [ "master** ", "dependabot/**" ]
9
9
pull_request :
10
10
types : [opened, synchronize, reopened]
11
11
Original file line number Diff line number Diff line change 11
11
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
12
12
<sonar .organization>chancesd</sonar .organization>
13
13
<sonar .host.url>https://sonarcloud.io</sonar .host.url>
14
- <revision >3.18.30 </revision >
14
+ <revision >3.18.36 </revision >
15
15
</properties >
16
16
17
17
<distributionManagement >
111
111
<plugin >
112
112
<groupId >org.apache.maven.plugins</groupId >
113
113
<artifactId >maven-javadoc-plugin</artifactId >
114
+ <version >3.11.2</version >
114
115
<executions >
115
116
<execution >
116
117
<id >attach-javadocs</id >
Original file line number Diff line number Diff line change 17
17
<url >https://github.com/ChanceSD/PvPManager</url >
18
18
19
19
<properties >
20
- <config .version>81 </config .version>
20
+ <config .version>82 </config .version>
21
21
<database .version>1</database .version>
22
22
</properties >
23
23
You can’t perform that action at this time.
0 commit comments