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
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set up JDK 16
|
- name: Set up JDK 11
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
java-version: 16
|
java-version: 11
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
|
|
||||||
- name: Cache Maven packages
|
- name: Cache Maven packages
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"version":"${project.version}",
|
"version":"${project.version}",
|
||||||
"url":"https://github.com/4drian3d/AuthMeVelocity",
|
"url":"https://github.com/4drian3d/AuthMeVelocity",
|
||||||
"description":"This plugin adds the support for AuthMeReloaded to Velocity.",
|
"description":"This plugin adds the support for AuthMeReloaded to Velocity.",
|
||||||
"authors":"xQuickGlare",
|
"authors":["xQuickGlare"],
|
||||||
"dependencies":[],
|
"dependencies":[],
|
||||||
"main":"com.glyart.authmevelocity.proxy.AuthMeVelocityPlugin"
|
"main":"com.glyart.authmevelocity.proxy.AuthMeVelocityPlugin"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user