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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user