Skip to content

Commit dac7bd8

Browse files
authored
Merge pull request #15 from Bumer-32/dev
Dev
2 parents 9ef24af + b36d1f9 commit dac7bd8

File tree

4 files changed

+1
-28
lines changed

4 files changed

+1
-28
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ jobs:
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

.github/workflows/maven.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/publish.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
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

0 commit comments

Comments
 (0)