fabric-*: use modern plugins{} declaration

This commit is contained in:
Kosma Moczek 2021-12-31 04:02:41 +01:00
parent 463f466549
commit 44bc4a819f
6 changed files with 11 additions and 55 deletions

View file

@ -1,18 +1,5 @@
buildscript {
repositories {
maven { url = 'https://maven.fabricmc.net/' }
jcenter()
mavenCentral()
}
dependencies {
classpath group: 'net.fabricmc', name: 'fabric-loom', version: '0.10-SNAPSHOT'
}
}
apply plugin: 'fabric-loom'
loom {
runConfigs.configureEach {
ideConfigGenerated = true
}
plugins {
id 'fabric-loom' version '0.10-SNAPSHOT'
}
archivesBaseName = project.archives_base_name