1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-09 05:40:47 +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,15 +1,14 @@
import net.fabricmc.loom.task.RemapJarTask
plugins {
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'fabric-loom' version '1.2-SNAPSHOT'
alias(libs.plugins.shadow)
alias(libs.plugins.loom)
}
archivesBaseName = 'luckperms'
repositories {
maven { url 'https://maven.fabricmc.net/' }
mavenLocal()
}
dependencies {