Compare commits

..

2 commits

Author SHA1 Message Date
Cloudburst
6b87823ca1
fix jadb 2023-01-14 09:22:56 +01:00
Cloudburst
f363c354ba
Update build.gradle.kts 2023-01-14 09:18:24 +01:00

View file

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