Skip to content

Commit

Permalink
update: github wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurawald committed Jul 13, 2024
1 parent cbc9e77 commit eca5c66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ dependencies {
include(implementation "org.reflections:reflections:${project.reflections_version}")
include(implementation "org.javassist:javassist:${project.javaassist_version}")

// implementation("com.google.guava:guava:33.2.1-jre")

testImplementation(platform('org.junit:junit-bom:5.10.2'))
testImplementation('org.junit.jupiter:junit-jupiter')
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
Expand Down Expand Up @@ -129,6 +131,7 @@ modrinth {
loaders = ["fabric"]
dependencies {
required.project "fabric-api"
optional.project "luckperms"
optional.project "carpet"
optional.project "spark"
}
Expand Down

0 comments on commit eca5c66

Please sign in to comment.