update to gradle 7.4.2 and host a custom fork of the mincrell plugin for now

This commit is contained in:
Taah 2022-04-10 01:32:33 -07:00
parent 06fcf531af
commit 7b13ca0248
3 changed files with 8 additions and 2 deletions

View File

@ -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"
}

View File

@ -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

View File

@ -1 +1,7 @@
pluginManagement {
repositories {
maven { url = uri("https://nexus.taah.dev/extra") }
gradlePluginPortal()
}
}
rootProject.name = "Plex"