Update gradle wrapper and buildscript plugins

This commit is contained in:
Luck 2018-09-19 19:41:47 +01:00
parent 5fa481337a
commit 4987ca3ba2
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
8 changed files with 15 additions and 71 deletions

View File

@ -1,16 +1,7 @@
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.github.jengelman.gradle.plugins:shadow:2.0.4"
}
plugins {
id 'com.github.johnrengelman.shadow' version '2.0.4'
}
apply plugin: "com.github.johnrengelman.shadow"
repositories {
maven {
name 'spigot-repo'

View File

@ -1,16 +1,7 @@
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.github.jengelman.gradle.plugins:shadow:2.0.4"
}
plugins {
id 'com.github.johnrengelman.shadow' version '2.0.4'
}
apply plugin: "com.github.johnrengelman.shadow"
repositories {
maven {
name 'spigot-repo'

View File

@ -1,16 +1,7 @@
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.github.jengelman.gradle.plugins:shadow:2.0.4"
}
plugins {
id 'com.github.johnrengelman.shadow' version '2.0.4'
}
apply plugin: "com.github.johnrengelman.shadow"
dependencies {
compile project(':common')

Binary file not shown.

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

View File

@ -1,16 +1,7 @@
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.github.jengelman.gradle.plugins:shadow:2.0.4"
}
plugins {
id 'com.github.johnrengelman.shadow' version '2.0.4'
}
apply plugin: "com.github.johnrengelman.shadow"
repositories {
maven {
name 'nukkit-repo'

View File

@ -1,18 +1,8 @@
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.github.jengelman.gradle.plugins:shadow:2.0.4"
classpath "gradle.plugin.ninja.miserable:blossom:1.0.1"
}
plugins {
id 'net.kyori.blossom' version '1.1.0'
id 'com.github.johnrengelman.shadow' version '2.0.4'
}
apply plugin: "com.github.johnrengelman.shadow"
apply plugin: "ninja.miserable.blossom"
repositories {
maven {
name 'sponge-repo'

View File

@ -1,18 +1,8 @@
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.github.jengelman.gradle.plugins:shadow:2.0.4"
classpath "gradle.plugin.ninja.miserable:blossom:1.0.1"
}
plugins {
id 'net.kyori.blossom' version '1.1.0'
id 'com.github.johnrengelman.shadow' version '2.0.4'
}
apply plugin: "com.github.johnrengelman.shadow"
apply plugin: "ninja.miserable.blossom"
repositories {
maven {
name 'velocity-repo'