Skip to content

Commit d3cf590

Browse files
committed
Merge tag '3.2.0' into develop
2 parents 60fc4e3 + 3f73ff8 commit d3cf590

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

build.gradle.kts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ allprojects {
1818
apply(plugin = "com.gradleup.shadow")
1919
apply(plugin = "re.alwyn974.groupez.repository")
2020

21-
group = "fr.maxlego08.menu"
21+
group = "fr.maxlego08.koth"
2222
version = rootProject.version
2323

2424
repositories {
@@ -33,13 +33,8 @@ allprojects {
3333
maven(url = "https://repo.bg-software.com/repository/api/")
3434
maven(url = "https://libraries.minecraft.net/")
3535
maven(url = "https://repo.tcoded.com/releases")
36-
// maven(url = "https://repo.kryptonmc.org/releases")
3736
maven(url = "https://repo.william278.net/releases")
3837
maven(url = "https://repo.codemc.org/repository/maven-public")
39-
maven {
40-
name = "groupezReleases"
41-
url = uri("https://repo.groupez.dev/releases")
42-
}
4338
}
4439

4540
java {

gradle.properties

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ main: fr.maxlego08.koth.KothPlugin
44
website: https://www.spigotmc.org/resources/76749/
55
description: Default plugin developed by GroupeZ
66
version: ${version}
7-
api-version: 1.13
7+
api-version: 1.19
88
softdepend:
99
- PlaceholderAPI
1010
- FeatherBoard

0 commit comments

Comments
 (0)