mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-27 20:58:40 +01:00
fabric-*: use modern plugins{} declaration
This commit is contained in:
parent
5e8fa51538
commit
3ae48275a8
@ -1,14 +1,6 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
maven { url = 'https://maven.fabricmc.net/' }
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath group: 'net.fabricmc', name: 'fabric-loom', version: '0.6-SNAPSHOT'
|
||||
}
|
||||
plugins {
|
||||
id 'fabric-loom' version '0.6-SNAPSHOT'
|
||||
}
|
||||
apply plugin: 'fabric-loom'
|
||||
|
||||
archivesBaseName = project.archives_base_name
|
||||
version = parent.version
|
||||
|
@ -1,14 +1,6 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
maven { url = 'https://maven.fabricmc.net/' }
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath group: 'net.fabricmc', name: 'fabric-loom', version: '0.6-SNAPSHOT'
|
||||
}
|
||||
plugins {
|
||||
id 'fabric-loom' version '0.6-SNAPSHOT'
|
||||
}
|
||||
apply plugin: 'fabric-loom'
|
||||
|
||||
archivesBaseName = project.archives_base_name
|
||||
version = parent.version
|
||||
|
@ -1,14 +1,6 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
maven { url = 'https://maven.fabricmc.net/' }
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath group: 'net.fabricmc', name: 'fabric-loom', version: '0.6-SNAPSHOT'
|
||||
}
|
||||
plugins {
|
||||
id 'fabric-loom' version '0.6-SNAPSHOT'
|
||||
}
|
||||
apply plugin: 'fabric-loom'
|
||||
|
||||
archivesBaseName = project.archives_base_name
|
||||
version = parent.version
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -2,6 +2,7 @@ pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
maven { url "https://papermc.io/repo/repository/maven-public/" }
|
||||
maven { url "https://maven.fabricmc.net/" }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user