From fb210139b9dbe34cff34688ec0b9faf568b44593 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Wed, 9 Feb 2022 23:15:55 -0500 Subject: [PATCH] Fix always building 1.16.5 --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index a5762d7..db9777d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -24,7 +24,7 @@ const supportedBuildTools: { [key: string]: { url: string, prepareArgs: string[] }, spigotmc: { url: 'https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar', - prepareArgs: ['--compile', 'None', '--rev', '1.16.5'] // Using 1.16.5 as the last release still supporting Java 8 + prepareArgs: ['--compile', 'None'] } };