Adds Kotlin-DSL gradle to the documentation Prevents the CommandAPI re-parsing previous arguments multiple times when running a command Adds CommandAPI.isLoaded() to check if the CommandAPI is loaded Shares NMS
Gradle First include our repository: maven { url"https://libraries.minecraft.net"} And then use this library (change(the latest version)to the latest version!): compile'com.mojang:brigadier:(the latest version)' Maven First include our repository: ...
Gradle First include our repository: maven { url "https://libraries.minecraft.net" } And then use this library (change (the latest version) to the latest version!): compile 'com.mojang:brigadier:(the latest version)' Maven First include our repository: <repository> <id>minecraft-libraries</...
To shade and relocate cloud useGradle Shadow. ReplacePLATFORMwith your platform of choice. We currently support:bukkit,paper,bungeeandvelocityfor minecraft andjdaandjavacordfor discord. All modules use the same versions. More information about the Minecraft specific modules can be foundhere. ...
As one other bit of prior art, I based the original implementation off of Gradle's dependencies task: https://docs.gradle.org/current/userguide/viewing_debugging_dependencies.html It seems like a fine time to just make breaking changes to the CLI interface - people will have to opt-in anyw...
However, we can't update when the user did specify it in the Podfile and to update a given Pod that dependency would need to be updated. Printing the dependency tree would be awesome. I'm interested in helping out with this feature if it's not already being worked on, but my ...
'attrib' is not recognized as an internal or external command, operable program or batch file. FAILURE: Build failed with an exception. * Where: Script '~\flutter_windows_1.17.1-stable\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 661 * What went wrong: Execution failed for tas...
Adds Kotlin-DSL gradle to the documentation Prevents the CommandAPI re-parsing previous arguments multiple times when running a command Adds CommandAPI.isLoaded() to check if the CommandAPI is loaded Shares NMS code for 1.13.x and 1.14.x, reducing the jar size 8.4.1 June 2022 Fix issue whe...
Correct the pr check workflow Oct 26, 2022 gradle/wrapper Upgrade Gradle to the latest version, small preparations for Gradle 5 Oct 15, 2018 src Add ArgumentType.parse() overload that can accept source context Aug 7, 2024 .gitignore