fabric-*: use modern plugins{} declaration
This commit is contained in:
parent
463f466549
commit
44bc4a819f
6 changed files with 11 additions and 55 deletions
|
|
@ -1,14 +1,6 @@
|
||||||
buildscript {
|
plugins {
|
||||||
repositories {
|
id 'fabric-loom' version '0.6-SNAPSHOT'
|
||||||
maven { url = 'https://maven.fabricmc.net/' }
|
|
||||||
jcenter()
|
|
||||||
mavenCentral()
|
|
||||||
}
|
|
||||||
dependencies {
|
|
||||||
classpath group: 'net.fabricmc', name: 'fabric-loom', version: '0.6-SNAPSHOT'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
apply plugin: 'fabric-loom'
|
|
||||||
|
|
||||||
archivesBaseName = project.archives_base_name
|
archivesBaseName = project.archives_base_name
|
||||||
version = parent.version
|
version = parent.version
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,6 @@
|
||||||
buildscript {
|
plugins {
|
||||||
repositories {
|
id 'fabric-loom' version '0.6-SNAPSHOT'
|
||||||
maven { url = 'https://maven.fabricmc.net/' }
|
|
||||||
jcenter()
|
|
||||||
mavenCentral()
|
|
||||||
}
|
|
||||||
dependencies {
|
|
||||||
classpath group: 'net.fabricmc', name: 'fabric-loom', version: '0.6-SNAPSHOT'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
apply plugin: 'fabric-loom'
|
|
||||||
|
|
||||||
archivesBaseName = project.archives_base_name
|
archivesBaseName = project.archives_base_name
|
||||||
version = parent.version
|
version = parent.version
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,6 @@
|
||||||
buildscript {
|
plugins {
|
||||||
repositories {
|
id 'fabric-loom' version '0.6-SNAPSHOT'
|
||||||
maven { url = 'https://maven.fabricmc.net/' }
|
|
||||||
jcenter()
|
|
||||||
mavenCentral()
|
|
||||||
}
|
|
||||||
dependencies {
|
|
||||||
classpath group: 'net.fabricmc', name: 'fabric-loom', version: '0.6-SNAPSHOT'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
apply plugin: 'fabric-loom'
|
|
||||||
|
|
||||||
archivesBaseName = project.archives_base_name
|
archivesBaseName = project.archives_base_name
|
||||||
version = parent.version
|
version = parent.version
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,6 @@
|
||||||
buildscript {
|
plugins {
|
||||||
repositories {
|
id 'fabric-loom' version '0.8-SNAPSHOT'
|
||||||
maven { url = 'https://maven.fabricmc.net/' }
|
|
||||||
jcenter()
|
|
||||||
mavenCentral()
|
|
||||||
}
|
|
||||||
dependencies {
|
|
||||||
classpath group: 'net.fabricmc', name: 'fabric-loom', version: '0.8-SNAPSHOT'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
apply plugin: 'fabric-loom'
|
|
||||||
|
|
||||||
archivesBaseName = project.archives_base_name
|
archivesBaseName = project.archives_base_name
|
||||||
version = parent.version
|
version = parent.version
|
||||||
|
|
|
||||||
|
|
@ -1,18 +1,5 @@
|
||||||
buildscript {
|
plugins {
|
||||||
repositories {
|
id 'fabric-loom' version '0.10-SNAPSHOT'
|
||||||
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
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
archivesBaseName = project.archives_base_name
|
archivesBaseName = project.archives_base_name
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@ pluginManagement {
|
||||||
repositories {
|
repositories {
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
maven { url "https://papermc.io/repo/repository/maven-public/" }
|
maven { url "https://papermc.io/repo/repository/maven-public/" }
|
||||||
|
maven { url "https://maven.fabricmc.net/" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue