Compare commits

..

3 Commits

Author SHA1 Message Date
HaHaWTH 89df4e451c B48 release 2024-04-30 22:58:53 +08:00
DGun Otto fe39310eca Merge pull request #138 from HaHaWTH/HaHaWTH-patch-1
Update workflows
2024-04-30 00:40:07 +08:00
DGun Otto b9790d458e Update workflows 2024-04-30 00:30:28 +08:00
3 changed files with 10 additions and 8 deletions
+8 -6
View File
@@ -10,11 +10,11 @@ jobs:
Build:
strategy:
matrix:
jdkversion: [ 17 ]
jdkversion: [ 21 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.jdkversion }}
@@ -22,7 +22,7 @@ jobs:
- name: Build
run: mvn -V -B clean package --file pom.xml
- name: Upload Artifacts
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: Download
path: ./target/AuthMe-5.6.0-FORK-Universal.jar
@@ -37,8 +37,10 @@ jobs:
javaVersion: '8'
- mcVersion: '1.12.2'
javaVersion: '8'
- mcVersion: '1.20.1'
javaVersion: '17'
- mcVersion: '1.18.2'
javaVersion: '17'
- mcVersion: '1.20.4'
javaVersion: '21'
steps:
- uses: HaHaWTH/minecraft-plugin-runtime-test@paper
with:
+1 -1
View File
@@ -80,7 +80,7 @@ public class AuthMe extends JavaPlugin {
// Version and build number values
private static String pluginVersion = "5.6.0-Fork";
private static final String pluginBuild = "b";
private static String pluginBuildNumber = "47";
private static String pluginBuildNumber = "48";
// Private instances
private EmailService emailService;
private CommandHandler commandHandler;
+1 -1
View File
@@ -4,7 +4,7 @@ website: http://github.com/HaHaWTH/AuthMeReReloaded/
description: A fork of AuthMeReloaded that contains bug fixes
main: ${pluginDescription.main}
folia-supported: true
version: 5.6.0-FORK-b47
version: 5.6.0-FORK-b48
api-version: 1.13
softdepend:
- Vault