Skip to content

Commit 720eba6

Browse files
authored
Add 1.18.2 downloads, mark 1.17 as deprecated
1 parent 20cd52c commit 720eba6

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

cloudnet/src/main/resources/files/versions.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"-Dpaperclip.patchonly=true"
2727
],
2828
"fetchOverPaperApi": true,
29-
"versionGroup": "1.18.1"
29+
"versionGroup": "1.18.2"
3030
}
3131
},
3232
{
33-
"name": "1.18.1",
33+
"name": "1.18.2",
3434
"minJavaVersion": 17,
3535
"properties": {
3636
"copy": {
@@ -42,21 +42,21 @@
4242
"-Dpaperclip.patchonly=true"
4343
],
4444
"fetchOverPaperApi": true,
45-
"versionGroup": "1.18.1"
45+
"versionGroup": "1.18.2"
4646
}
4747
},
4848
{
4949
"name": "1.17.1",
5050
"minJavaVersion": 16,
51+
"url": "https://papermc.io/api/v2/projects/paper/versions/1.17.1/builds/409/downloads/paper-1.17.1-409.jar",
52+
"deprecated": true,
5153
"properties": {
5254
"copy": {
5355
"cache/patched.*\\.jar": "paper.jar"
5456
},
5557
"jvmOptions": [
5658
"-Dpaperclip.patchonly=true"
57-
],
58-
"fetchOverPaperApi": true,
59-
"versionGroup": "1.17.1"
59+
]
6060
}
6161
},
6262
{
@@ -66,7 +66,10 @@
6666
"properties": {
6767
"copy": {
6868
"cache/patched.*\\.jar": "paper.jar"
69-
}
69+
},
70+
"jvmOptions": [
71+
"-Dpaperclip.patchonly=true"
72+
]
7073
}
7174
},
7275
{
@@ -270,12 +273,12 @@
270273
},
271274
"parameters": [
272275
"--rev",
273-
"1.18.1"
276+
"1.18.2"
274277
]
275278
}
276279
},
277280
{
278-
"name": "1.18.1",
281+
"name": "1.18.2",
279282
"url": "https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar",
280283
"minJavaVersion": 17,
281284
"properties": {

0 commit comments

Comments
 (0)