Fix proxy version
This commit is contained in:
parent
5fc7ef9f5b
commit
1397862711
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
@ -11,10 +11,10 @@ jobs:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up JDK 16
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: 16
|
||||
java-version: 11
|
||||
distribution: 'adopt'
|
||||
|
||||
- name: Cache Maven packages
|
||||
|
@ -4,7 +4,7 @@
|
||||
"version":"${project.version}",
|
||||
"url":"https://github.com/4drian3d/AuthMeVelocity",
|
||||
"description":"This plugin adds the support for AuthMeReloaded to Velocity.",
|
||||
"authors":"xQuickGlare",
|
||||
"authors":["xQuickGlare"],
|
||||
"dependencies":[],
|
||||
"main":"com.glyart.authmevelocity.proxy.AuthMeVelocityPlugin"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user