From 139786271135fbb21fe88c79e371fd36f637d169 Mon Sep 17 00:00:00 2001 From: Adrianed04 Date: Sat, 3 Jul 2021 18:01:43 -0500 Subject: [PATCH] Fix proxy version --- .github/workflows/maven.yml | 4 ++-- proxy/src/main/resources/velocity-plugin.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" }