gradle build

This commit is contained in:
Crystal.Sea
2021-09-08 18:30:54 +08:00
parent 89a2314870
commit ec9a82b35d
19 changed files with 702 additions and 682 deletions

View File

@@ -48,7 +48,6 @@ dependencies {
implementation project(":maxkey-protocols:maxkey-protocol-authorize")
implementation project(":maxkey-protocols:maxkey-protocol-cas")
implementation project(":maxkey-protocols:maxkey-protocol-desktop")
implementation project(":maxkey-protocols:maxkey-protocol-extendapi")
implementation project(":maxkey-protocols:maxkey-protocol-formbased")
implementation project(":maxkey-protocols:maxkey-protocol-tokenbased")
@@ -56,4 +55,6 @@ dependencies {
implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0")
implementation project(":maxkey-protocols:maxkey-protocol-jwt")
implementation project(":maxkey-webs:maxkey-web-resources")
}