1
0
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:
powercas_gamer
2023-06-24 01:15:03 +02:00
committed by GitHub
parent feef08a256
commit 86cc90f48a
23 changed files with 50 additions and 31 deletions

View File

@@ -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 {