small refactor

This commit is contained in:
MeexReay 2024-12-30 15:58:58 +03:00
parent 6e012ecb27
commit 7422907d77
2 changed files with 7 additions and 13 deletions

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# AuthMeAutoLogin
Logins on all players automatically after reload
Requires:
- Spigot 1.17.1 (or newer)
- AuthMe

View File

@ -11,7 +11,7 @@ spigot {
desc {
main "ru.themixray.authmeautologin.Main"
apiVersion "1.17"
named "AMAL"
named "AuthMeAutoLogin"
depend "AuthMe"
}
}
@ -27,18 +27,6 @@ dependencies {
compileOnly "org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT"
}
test {
useJUnitPlatform()
}
shadowJar {
archiveFileName = "AuthMeAutoLogin-${version}.jar"
}
build {
dependsOn(shadowJar)
}
def targetJavaVersion = 17
java {
def javaVersion = JavaVersion.toVersion(targetJavaVersion)