From 1c26df7449bb88296c07a51f672214695d19a5ae Mon Sep 17 00:00:00 2001 From: IzzelAliz Date: Wed, 28 Jul 2021 15:43:49 +0800 Subject: [PATCH] Update appveyor build --- README.md | 2 +- appveyor-16.yml => appveyor-17.yml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) rename appveyor-16.yml => appveyor-17.yml (84%) diff --git a/README.md b/README.md index 0d2cfa2a..5428e01b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A Bukkit server implementation utilizing Mixin. | Minecraft | Forge | Status | Build | | :----: | :----: | :---: | :---: | -| 1.17.x | 37.0.1 | ACTIVE | - | +| 1.17.x | 37.0.1 | ACTIVE | [![1.17 Status](https://img.shields.io/appveyor/build/IzzelAliz/arclight-17?style=flat-square)](https://ci.appveyor.com/project/IzzelAliz/arclight-17) | | 1.16.x | 36.2.0 | ACTIVE | [![1.16 Status](https://img.shields.io/appveyor/build/IzzelAliz/arclight-16?style=flat-square)](https://ci.appveyor.com/project/IzzelAliz/arclight-16) | | 1.15.x | 31.2.48 | [LEGACY](https://github.com/IzzelAliz/Arclight/releases/tag/1.15/1.0.19) | [![1.15 Status](https://img.shields.io/appveyor/build/IzzelAliz/arclight-15?style=flat-square)](https://ci.appveyor.com/project/IzzelAliz/arclight-15) | | 1.14.x | 28.2.0 | [LEGACY](https://github.com/IzzelAliz/Arclight/releases/tag/1.0.6) | [![1.14 Status](https://img.shields.io/appveyor/build/IzzelAliz/arclight?style=flat-square)](https://ci.appveyor.com/project/IzzelAliz/arclight) | diff --git a/appveyor-16.yml b/appveyor-17.yml similarity index 84% rename from appveyor-16.yml rename to appveyor-17.yml index d84c328d..24506a52 100644 --- a/appveyor-16.yml +++ b/appveyor-17.yml @@ -1,9 +1,11 @@ version: '{branch}-{build}' +image: + - 'Visual Studio 2019' branches: only: - - 1.16 + - 1.17 environment: - JAVA_HOME: C:\Program Files\Java\jdk1.8.0 + JAVA_HOME: C:\Program Files\Java\jdk16 cache: - C:/Users/appveyor/.gradle - ./.gradle