File tree Expand file tree Collapse file tree 4 files changed +1
-28
lines changed
Expand file tree Collapse file tree 4 files changed +1
-28
lines changed Original file line number Diff line number Diff line change 2222 - name : checkout repository
2323 uses : actions/checkout@v4
2424
25- - name : setup python ${{ matrix.python }}
26- uses : actions/setup-python@v5
27- with :
28- python-version : ${{ matrix.python }}
29-
3025 - name : validate gradle wrapper
3126 uses : gradle/wrapper-validation-action@v2
3227
Original file line number Diff line number Diff line change @@ -15,22 +15,12 @@ jobs:
1515 if : " !contains(github.ref, 'refs/tags/skip-ci')"
1616
1717 name : build and publish to maven
18- strategy :
19- matrix :
20- python : [
21- 3.13,
22- ]
2318 runs-on : ubuntu-latest
2419
2520 steps :
2621 - name : checkout repository
2722 uses : actions/checkout@v4
2823
29- - name : setup python ${{ matrix.python }}
30- uses : actions/setup-python@v5
31- with :
32- python-version : ${{ matrix.python }}
33-
3424 - name : validate gradle wrapper
3525 uses : gradle/actions/wrapper-validation@v3
3626
Original file line number Diff line number Diff line change @@ -14,22 +14,12 @@ jobs:
1414 if : " !contains(github.ref, 'refs/tags/skip-ci')"
1515
1616 name : build and publish to modrinth
17- strategy :
18- matrix :
19- python : [
20- 3.13,
21- ]
2217 runs-on : ubuntu-latest
2318
2419 steps :
2520 - name : checkout repository
2621 uses : actions/checkout@v4
2722
28- - name : setup python ${{ matrix.python }}
29- uses : actions/setup-python@v5
30- with :
31- python-version : ${{ matrix.python }}
32-
3323 - name : validate gradle wrapper
3424 uses : gradle/actions/wrapper-validation@v3
3525
Original file line number Diff line number Diff line change 1- 1.2.0-FIX_2
2-
3- <a href =" https://github.com/Bumer-32/I-Want-To-Control-My-Server/pull/12 " >3-time validation & login status check</a > (Thank you <a href =" https://github.com/AXCWG " >AXCWG</a >)
1+ 1.3.0 migrated to REST api
You can’t perform that action at this time.
0 commit comments