build config

This commit is contained in:
MaxKey 2023-01-26 20:36:58 +08:00
parent 70d4d31b1a
commit 46f42c6d29
7 changed files with 13 additions and 10 deletions

View File

@ -48,6 +48,7 @@ dependencies {
implementation project(":maxkey-authentications:maxkey-authentication-captcha")
implementation project(":maxkey-authentications:maxkey-authentication-otp")
implementation project(":maxkey-authentications:maxkey-authentication-provider")
implementation project(":maxkey-authentications:maxkey-authentication-sms")
implementation project(":maxkey-protocols:maxkey-protocol-authorize")
implementation project(":maxkey-protocols:maxkey-protocol-cas")

View File

@ -44,6 +44,7 @@ dependencies {
implementation project(":maxkey-authentications:maxkey-authentication-captcha")
implementation project(":maxkey-authentications:maxkey-authentication-otp")
implementation project(":maxkey-authentications:maxkey-authentication-provider")
implementation project(":maxkey-authentications:maxkey-authentication-sms")
implementation project(":maxkey-protocols:maxkey-protocol-authorize")
implementation project(":maxkey-protocols:maxkey-protocol-cas")

View File

@ -13,6 +13,7 @@ dependencies {
implementation project(":maxkey-authentications:maxkey-authentication-captcha")
implementation project(":maxkey-authentications:maxkey-authentication-otp")
implementation project(":maxkey-authentications:maxkey-authentication-provider")
implementation project(":maxkey-authentications:maxkey-authentication-sms")
implementation project(":maxkey-protocols:maxkey-protocol-authorize")
implementation project(":maxkey-protocols:maxkey-protocol-cas")

View File

@ -51,9 +51,9 @@ dependencies {
implementation project(":maxkey-protocols:maxkey-protocol-oauth-2.0")
implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0")
//identity
implementation project(":maxkey-identitys:maxkey-identity-scim")
implementation project(":maxkey-identitys:maxkey-identity-rest")
//webapis
implementation project(":maxkey-webapis:maxkey-webapi-scim")
implementation project(":maxkey-webapis:maxkey-webapi-rest")
//synchronizers
implementation project(":maxkey-synchronizers:maxkey-synchronizer")

View File

@ -52,9 +52,9 @@ dependencies {
implementation project(":maxkey-protocols:maxkey-protocol-oauth-2.0")
implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0")
//identity
implementation project(":maxkey-identitys:maxkey-identity-scim")
implementation project(":maxkey-identitys:maxkey-identity-rest")
//webapis
implementation project(":maxkey-webapis:maxkey-webapi-scim")
implementation project(":maxkey-webapis:maxkey-webapi-rest")
//synchronizers
implementation project(":maxkey-synchronizers:maxkey-synchronizer")

View File

@ -16,9 +16,9 @@ dependencies {
implementation project(":maxkey-protocols:maxkey-protocol-oauth-2.0")
implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0")
//identity
implementation project(":maxkey-identitys:maxkey-identity-scim")
implementation project(":maxkey-identitys:maxkey-identity-rest")
//webapis
implementation project(":maxkey-webapis:maxkey-webapi-scim")
implementation project(":maxkey-webapis:maxkey-webapi-rest")
//synchronizers
implementation project(":maxkey-synchronizers:maxkey-synchronizer")

View File

@ -1,6 +1,6 @@
echo off
set MXK_VERSION=3.5.12
set MXK_VERSION=3.5.13
set MXK_REPOSITORY=maxkeytop
set START_TIME="%date:~0,10% %time:~0,2%:%time:~3,5%"