@@ -4,30 +4,30 @@ import net.minecrell.pluginyml.bukkit.BukkitPluginDescription
4
4
plugins {
5
5
id(" java" )
6
6
id(" io.papermc.hangar-publish-plugin" ) version " 0.1.2"
7
- id(" com.github.johnrengelman.shadow" ) version " 8.1.1"
8
7
id(" net.minecrell.plugin-yml.paper" ) version " 0.6.0"
8
+ id(" io.github.goooler.shadow" ) version " 8.1.7"
9
9
}
10
10
11
11
java {
12
- sourceCompatibility = JavaVersion .VERSION_19
13
- targetCompatibility = JavaVersion .VERSION_19
12
+ sourceCompatibility = JavaVersion .VERSION_21
13
+ targetCompatibility = JavaVersion .VERSION_21
14
14
}
15
15
16
- group = rootProject .group
17
- version = " 1.1.6 "
16
+ group = project( " :api " ) .group
17
+ version = project( " :api " ).version
18
18
19
19
repositories {
20
20
mavenCentral()
21
- maven(" https://libraries.minecraft.net" )
22
21
maven(" https://repo.thenextlvl.net/releases" )
23
22
maven(" https://repo.thenextlvl.net/snapshots" )
24
23
maven(" https://repo.papermc.io/repository/maven-public/" )
24
+ maven(" https://s01.oss.sonatype.org/content/repositories/snapshots/" )
25
25
}
26
26
27
27
dependencies {
28
28
compileOnly(" org.projectlombok:lombok:1.18.32" )
29
29
compileOnly(" net.thenextlvl.core:annotations:2.0.1" )
30
- compileOnly(" io.papermc.paper:paper-api:1.20.4 -R0.1-SNAPSHOT" )
30
+ compileOnly(" io.papermc.paper:paper-api:1.20.5 -R0.1-SNAPSHOT" )
31
31
32
32
implementation(" org.bstats:bstats-bukkit:3.0.2" )
33
33
implementation(" org.incendo:cloud-paper:2.0.0-beta.4" )
@@ -54,7 +54,7 @@ tasks.shadowJar {
54
54
paper {
55
55
name = " Worlds"
56
56
main = " net.thenextlvl.worlds.Worlds"
57
- apiVersion = " 1.19 "
57
+ apiVersion = " 1.20 "
58
58
load = BukkitPluginDescription .PluginLoadOrder .POSTWORLD
59
59
website = " https://thenextlvl.net"
60
60
authors = listOf (" NonSwag" )
0 commit comments