Fix proxy version

This commit is contained in:
Adrianed04 2021-07-03 18:01:43 -05:00
parent 5fc7ef9f5b
commit 1397862711
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"
} }