Skip to content

Commit

Permalink
Removed Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
XDPXI committed Nov 16, 2024
1 parent 4d53066 commit 0e8fcf0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,21 @@ dependencies {
compileOnly("org.spigotmc:spigot-api:1.21.3-R0.1-SNAPSHOT")
compileOnly("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
annotationProcessor("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
include(implementation("dev.xdpxi:dependencies:1.1.9"))

include(implementation("org.tomlj:tomlj:1.1.1"))
include(implementation("org.antlr:antlr4-runtime:4.13.2"))
include(implementation("org.json:json:20240303"))
include(implementation("org.yaml:snakeyaml:2.3"))
include(modImplementation("maven.modrinth:ducky-updater-lib:2024.10.2"))

modImplementation("net.fabricmc:fabric-loader:0.16.9")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.108.1+")
modImplementation("com.terraformersmc:modmenu:11.0.3")
modImplementation("me.shedaniel.cloth:cloth-config-fabric:16.0.141"){exclude(group: "net.fabricmc.fabric-api")}
modImplementation("maven.modrinth:ducky-updater-lib:2024.10.2")
implementation("org.tomlj:tomlj:1.1.1")
implementation("org.antlr:antlr4-runtime:4.13.2")
implementation("org.json:json:20240303")
implementation("org.commonmark:commonmark:0.24.0")
implementation("org.projectlombok:lombok:1.18.36")
implementation("org.beanshell:bsh:3.0.0-SNAPSHOT")
implementation("io.hotmoka:toml4j:0.7.3")
implementation("org.yaml:snakeyaml:2.3")
}

processResources {
Expand Down
Binary file removed gradle/deps/dependencies-1.1.9.jar
Binary file not shown.

0 comments on commit 0e8fcf0

Please sign in to comment.