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
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:master-SNAPSHOT")
}
gradlePlugin {
@ -56,4 +56,4 @@ publishing {
mavenLocal()
}
}
}
}