mirror of
				https://github.com/PlaceholderAPI/PlaceholderAPI
				synced 2025-10-31 18:22:27 +01:00 
			
		
		
		
	feat: initial work on 1.21
This commit is contained in:
		| @@ -4,7 +4,7 @@ plugins { | ||||
|     `java-library` | ||||
|     `maven-publish` | ||||
|     id("com.github.hierynomus.license") version "0.16.1" | ||||
|     id("com.github.johnrengelman.shadow") version "8.1.0" | ||||
|     id("com.github.johnrengelman.shadow") version "8.1.1" | ||||
| } | ||||
|  | ||||
| group = "me.clip" | ||||
| @@ -24,9 +24,9 @@ repositories { | ||||
|  | ||||
| dependencies { | ||||
|     implementation("org.bstats:bstats-bukkit:3.0.1") | ||||
|     implementation("net.kyori:adventure-platform-bukkit:4.3.2") | ||||
|     implementation("net.kyori:adventure-platform-bukkit:4.3.3") | ||||
|  | ||||
|     compileOnly("org.spigotmc:spigot-api:1.20-R0.1-SNAPSHOT") | ||||
|     compileOnly("org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT") | ||||
|     compileOnlyApi("org.jetbrains:annotations:23.0.0") | ||||
|  | ||||
|     testImplementation("org.openjdk.jmh:jmh-core:1.32") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user