Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
Signed-off-by: Liyan Zhao <return65535@qq.com>
  • Loading branch information
zly2006 committed Jul 22, 2024
1 parent 5087d59 commit fd8984c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ dependencies {
// Embedded dependencies
include(implementation("com.redenmc:brigadier-kotlin-dsl:1.0-SNAPSHOT")!!)
include(implementation("com.squareup.okhttp3:okhttp:4.11.0")!!)
include(implementation("org.eclipse.jgit:org.eclipse.jgit")!!)
include(implementation("org.eclipse.jgit:org.eclipse.jgit:${jgit_version}")!!)
constraints {
implementation("org.eclipse.jgit:org.eclipse.jgit:${jgit_version}").run {
attributes {
Expand Down

0 comments on commit fd8984c

Please sign in to comment.