Skip to content

Commit 4788496

Browse files
authored
fix: reduce plugin descriptor API Version to 1.13 (#774)
1 parent 603ec64 commit 4788496

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/generate-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
platform: [Bukkit, Paper, Minestom, Folia]
12+
platform: [Bukkit, Paper, Minestom]
1313
runs-on: ubuntu-latest
1414
steps:
1515

examples/paper/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ bukkit {
3636
version = project.version.toString()
3737
description = "Minecraft Inventory API framework sample plugin"
3838
website = "https://github.com/DevNatan/inventory-framework"
39-
apiVersion = "1.20"
39+
apiVersion = "1.13"
4040
authors = listOf("SaiintBrisson", "DevNatan", "sasuked", "nicolube")
4141
foliaSupported = true
4242

inventory-framework-platform-bukkit/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ bukkit {
3737
version = project.version.toString()
3838
description = "Minecraft Inventory API framework"
3939
website = "https://github.com/DevNatan/inventory-framework"
40-
apiVersion = "1.20"
40+
apiVersion = "1.13"
4141
authors = listOf("SaiintBrisson", "DevNatan", "sasuked")
4242
foliaSupported = true
4343
}

0 commit comments

Comments
 (0)