mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-09-03 03:12:46 +02:00
Refactor gradle plugin version handling (#3665)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id 'net.kyori.blossom' version '1.3.0'
|
||||
id 'java-library'
|
||||
alias(libs.plugins.blossom)
|
||||
id("java-library")
|
||||
}
|
||||
|
||||
sourceCompatibility = 17
|
||||
@@ -36,7 +36,7 @@ dependencies {
|
||||
exclude(module: 'adventure-bom')
|
||||
exclude(module: 'adventure-api')
|
||||
}
|
||||
api('net.kyori:ansi:1.0.0-SNAPSHOT')
|
||||
api('net.kyori:ansi:1.0.1')
|
||||
}
|
||||
|
||||
blossom {
|
||||
|
Reference in New Issue
Block a user