1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-01 10:22:55 +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,8 +1,8 @@
import com.github.jengelman.gradle.plugins.shadow.transformers.Log4j2PluginsCacheFileTransformer
plugins {
id 'com.github.johnrengelman.shadow'
id 'application'
alias(libs.plugins.shadow)
id("application")
}
dependencies {