Update build.gradle.kts

This commit is contained in:
Cloudburst 2023-01-14 09:18:24 +01:00 committed by GitHub
parent 983d3fe069
commit f363c354ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ dependencies {
implementation("org.ow2.asm:asm:9.4")
implementation("org.ow2.asm:asm-tree:9.4")
implementation("com.github.js6pak:jadb:fix-modified-time-SNAPSHOT")
implementation("com.github.vidstige:jadb:v1.2.1")
}
gradlePlugin {
@ -56,4 +56,4 @@ publishing {
mavenLocal()
}
}
}
}