From 7b13ca02489523539bfcb8efc8ca2e75781fe9e8 Mon Sep 17 00:00:00 2001 From: Taah Date: Sun, 10 Apr 2022 01:32:33 -0700 Subject: [PATCH] update to gradle 7.4.2 and host a custom fork of the mincrell plugin for now --- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- settings.gradle | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e4644ed..7a29d05 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id "java" id "maven-publish" - id "net.minecrell.plugin-yml.bukkit" version "0.5.1" + id "net.minecrell.plugin-yml.bukkit" version "0.6.1-SNAPSHOT" id "com.github.johnrengelman.shadow" version "7.1.2" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2e6e589..aa991fc 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/settings.gradle b/settings.gradle index 21f255b..97683b5 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1,7 @@ +pluginManagement { + repositories { + maven { url = uri("https://nexus.taah.dev/extra") } + gradlePluginPortal() + } +} rootProject.name = "Plex" \ No newline at end of file