build: Finished moving to gradle.

This commit is contained in:
Zihlu Wang
2024-01-31 04:41:10 +08:00
parent d4a760b767
commit 860bbc2b8f
5 changed files with 13 additions and 2 deletions
@@ -35,6 +35,7 @@ group = globalGroupId
version = globalVersion
dependencies {
implementation(project(":guid"))
implementation(project(":simple-jwt-facade"))
compileOnly("com.auth0:java-jwt:$javaJwtVersion")
compileOnly(project(":simple-jwt-authzero"))