diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3ed2f9e..0b8f884 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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 diff --git a/proxy/src/main/resources/velocity-plugin.json b/proxy/src/main/resources/velocity-plugin.json index 493cbec..7930227 100644 --- a/proxy/src/main/resources/velocity-plugin.json +++ b/proxy/src/main/resources/velocity-plugin.json @@ -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" }