File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: Maven Package
66on : [push]
77
88jobs :
9- build :
9+ build-central :
1010
1111 runs-on : ubuntu-latest
1212 permissions :
2929 env :
3030 MAVEN_USERNAME : ${{ secrets.MAVEN_CENTRAL_USERNAME }}
3131 MAVEN_PASSWORD : ${{ secrets.MAVEN_CENTRAL_TOKEN }}
32+
33+ build-github :
34+
35+ runs-on : ubuntu-latest
36+ permissions :
37+ contents : read
38+ packages : write
39+
40+ steps :
41+ - uses : actions/checkout@v5
3242 - name : Set up Java for publishing to GitHub Packages
3343 uses : actions/setup-java@v5
3444 with :
Original file line number Diff line number Diff line change 8484 <dependency >
8585 <groupId >org.junit.jupiter</groupId >
8686 <artifactId >junit-jupiter-engine</artifactId >
87- <version >5.9.2 </version >
87+ <version >5.13.4 </version >
8888 <scope >test</scope >
8989 </dependency >
9090 </dependencies >
133133 </profiles >
134134
135135 <properties >
136- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
137136 <maven .compiler.source>1.8</maven .compiler.source>
138137 <maven .compiler.target>1.8</maven .compiler.target>
138+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
139139 </properties >
140140
141141 <scm >
You can’t perform that action at this time.
0 commit comments