-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gradle caching error #98
Comments
So it only appears when not specifying the paper version while using the userdev plugin from paper. |
import net.minecrell.pluginyml.bukkit.BukkitPluginDescription
plugins {
kotlin("jvm") version "2.1.10"
kotlin("plugin.serialization") version "2.1.10"
id("xyz.jpenilla.run-paper") version "2.3.1"
id("de.eldoria.plugin-yml.paper") version "0.7.0"
id("io.papermc.paperweight.userdev") version "2.0.0-beta.14"
}
group = "fyi.pauli"
version = "0.0.1"
description = "Monopoly in Minecraft"
repositories {
mavenCentral()
maven {
name = "paper"
setUrl("https://repo.papermc.io/repository/maven-public/")
}
}
dependencies {
paperweight.paperDevBundle("1.21.4-R0.1-SNAPSHOT")
paperLibrary("com.akuleshov7:ktoml-core:0.5.1")
paperLibrary("com.akuleshov7:ktoml-file:0.5.1")
paperLibrary("net.axay", "kspigot", "1.21.0")
}
paper {
author = "kxmpxtxnt"
website = "https://pauli.fyi"
apiVersion = "1.21"
main = "fyi.pauli.monopoly.MonopolyInternal"
loader = "fyi.pauli.monopoly.MonopolyPluginLoader"
hasOpenClassloader = false
generateLibrariesJson = true
foliaSupported = true
load = BukkitPluginDescription.PluginLoadOrder.STARTUP
defaultPermission = BukkitPluginDescription.Permission.Default.OP
}
runPaper {
} So this is weird, even tough its working now I sometimes getting this error. |
I cant really see the pattern here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no special setup required to reproduce. Just execute the
runServer
task.The text was updated successfully, but these errors were encountered: