diff --git a/build.gradle.kts b/build.gradle.kts index 904fd85..6e20bbc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,7 +25,7 @@ allprojects { // ohthers implementation("com.google.code.gson:gson:2.10.1") implementation("com.cronutils:cron-utils:9.2.1") - implementation("at.favre.lib:bcrypt:0.10.2") + implementation(files("libs/bcrypt-0.10.2.jar")) // JUnit testImplementation(platform("org.junit:junit-bom:5.9.2")) diff --git a/libs/bcrypt-0.10.2.jar b/libs/bcrypt-0.10.2.jar new file mode 100644 index 0000000..f8d71c4 Binary files /dev/null and b/libs/bcrypt-0.10.2.jar differ