Files
FancyPlugins/build.gradle.kts
dependabot[bot] 10fa69e844 chore(deps): bump com.gradleup.shadow from 9.0.0-beta9 to 9.0.0-SNAPSHOT
Bumps com.gradleup.shadow from 9.0.0-beta9 to 9.0.0-SNAPSHOT.

---
updated-dependencies:
- dependency-name: com.gradleup.shadow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-29 19:23:58 +00:00

22 lines
747 B
Kotlin

plugins {
id("com.gradleup.shadow") version "9.0.0-SNAPSHOT" apply false
id("io.papermc.paperweight.userdev") version "2.0.0-beta.16" apply false
id("xyz.jpenilla.run-paper") version "2.3.1" apply false
id("net.minecrell.plugin-yml.paper") version "0.6.0" apply false
id("io.papermc.hangar-publish-plugin") version "0.1.3" apply false
id("com.modrinth.minotaur") version "2.+" apply false
}
allprojects {
group = "de.oliver"
description = "Minecraft plugins of FancyInnovations"
repositories {
mavenLocal()
mavenCentral()
maven("https://repo.papermc.io/repository/maven-public/")
maven("https://repo.fancyplugins.de/releases")
maven(url = "https://jitpack.io")
}
}