fabric-*: use modern plugins{} declaration
This commit is contained in:
parent
5e8fa51538
commit
3ae48275a8
6 changed files with 11 additions and 55 deletions
|
|
@ -1,14 +1,6 @@
|
|||
buildscript {
|
||||
repositories {
|
||||
maven { url = 'https://maven.fabricmc.net/' }
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath group: 'net.fabricmc', name: 'fabric-loom', version: '0.8-SNAPSHOT'
|
||||
}
|
||||
plugins {
|
||||
id 'fabric-loom' version '0.8-SNAPSHOT'
|
||||
}
|
||||
apply plugin: 'fabric-loom'
|
||||
|
||||
archivesBaseName = project.archives_base_name
|
||||
version = parent.version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue