Skip to content

Commit 8ebe461

Browse files
authored
Merge pull request #2806 from AuthMe/pre-release-cleanup
Pre-release cleanup
2 parents 107be9a + a424408 commit 8ebe461

File tree

151 files changed

+442
-1279
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+442
-1279
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ updates:
99
- dependency-name: com.google.code.gson:gson
1010
- dependency-name: com.google.guava:guava
1111
- dependency-name: org.apache.logging.log4j:log4j-core
12-
- dependency-name: com.zaxxer:HikariCP
13-
- dependency-name: "org.mockito:mockito-core" # Mockito 5 requires Java 11
12+
- dependency-name: "org.mockito:mockito-core"
1413
versions: ">= 5"
14+
- dependency-name: ch.jalu:configme

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build_and_test:
1111
strategy:
1212
matrix:
13-
jdkversion: [11]
13+
jdkversion: [11, 17, 21]
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v3

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@ language: java
44

55
matrix:
66
include:
7-
- env:
8-
- JDK_VERSION=8
97
- env:
108
- JDK_VERSION=11
11-
- env:
12-
- JDK_VERSION=17
139

1410
before_install:
1511
- "[[ -d $HOME/.sdkman/ ]] && [[ -d $HOME/.sdkman/bin/ ]] || rm -rf $HOME/.sdkman/"

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
| Type | Badges |
77
|-------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
8-
| **General:** | ![](https://tokei.rs/b1/github/AuthMe/AuthMeReloaded?category=code) ![](https://tokei.rs/b1/github/AuthMe/AuthMeReloaded?category=files) |
98
| **Code quality:** | [![Code Climate](https://codeclimate.com/github/AuthMe/AuthMeReloaded/badges/gpa.svg)](https://codeclimate.com/github/AuthMe/AuthMeReloaded) [![Coverage status](https://coveralls.io/repos/AuthMe-Team/AuthMeReloaded/badge.svg?branch=master&service=github)](https://coveralls.io/github/AuthMe-Team/AuthMeReloaded?branch=master) |
109
| **Jenkins CI:** | [![Jenkins Status](https://img.shields.io/website-up-down-green-red/http/shields.io.svg?label=ci.codemc.org)](https://ci.codemc.org/) [![Build Status](https://ci.codemc.org/buildStatus/icon?job=AuthMe/AuthMeReloaded)](https://ci.codemc.org/job/AuthMe/job/AuthMeReloaded) ![Build Tests](https://img.shields.io/jenkins/t/https/ci.codemc.org/job/AuthMe/job/AuthMeReloaded.svg) |
1110
| **Other CIs:** | [![Build Status](https://www.travis-ci.com/AuthMe/AuthMeReloaded.svg?branch=master)](https://www.travis-ci.com/AuthMe/AuthMeReloaded) |
@@ -104,7 +103,7 @@ You can also create your own translation file and, if you want, you can share it
104103
<dependency>
105104
<groupId>fr.xephi</groupId>
106105
<artifactId>authme</artifactId>
107-
<version>5.6.0-SNAPSHOT</version>
106+
<version>5.6.1-SNAPSHOT</version>
108107
<scope>provided</scope>
109108
</dependency>
110109
</dependencies>
@@ -116,19 +115,17 @@ You can also create your own translation file and, if you want, you can share it
116115
## Requirements
117116

118117
##### Compiling requirements:
119-
>- JDK 11 (JDK 17 is recommended)
120-
>- Maven
121-
>- Git/Github (Optional)
118+
>- JDK 11+
119+
>- Maven (3.8.8+)
120+
>- Git/GitHub (Optional)
122121
123122
##### How to compile the project:
124123
>- Clone the project with Git/GitHub
125124
>- Execute command "mvn clean package"
126125
127126
##### Running requirements:
128-
>- Java 8 (Java 17 is recommended)
129-
>- Paper or Spigot (1.8.X and up)<br>
130-
(In case you use Thermos, Cauldron or similar, you have to update the SpecialSource library to support Java 8 plugins.
131-
HowTo: https://github.com/games647/FastLogin/issues/111#issuecomment-272331347)
127+
>- Java 11+
128+
>- Paper or Spigot (1.16.5 and up)
132129
>- ProtocolLib (optional, required by some features)
133130
134131
## Credits

pom.xml

Lines changed: 180 additions & 280 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)