mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 01:18:27 +08:00
build config
This commit is contained in:
parent
70d4d31b1a
commit
46f42c6d29
@ -48,6 +48,7 @@ dependencies {
|
|||||||
implementation project(":maxkey-authentications:maxkey-authentication-captcha")
|
implementation project(":maxkey-authentications:maxkey-authentication-captcha")
|
||||||
implementation project(":maxkey-authentications:maxkey-authentication-otp")
|
implementation project(":maxkey-authentications:maxkey-authentication-otp")
|
||||||
implementation project(":maxkey-authentications:maxkey-authentication-provider")
|
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-authorize")
|
||||||
implementation project(":maxkey-protocols:maxkey-protocol-cas")
|
implementation project(":maxkey-protocols:maxkey-protocol-cas")
|
||||||
|
|||||||
@ -44,6 +44,7 @@ dependencies {
|
|||||||
implementation project(":maxkey-authentications:maxkey-authentication-captcha")
|
implementation project(":maxkey-authentications:maxkey-authentication-captcha")
|
||||||
implementation project(":maxkey-authentications:maxkey-authentication-otp")
|
implementation project(":maxkey-authentications:maxkey-authentication-otp")
|
||||||
implementation project(":maxkey-authentications:maxkey-authentication-provider")
|
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-authorize")
|
||||||
implementation project(":maxkey-protocols:maxkey-protocol-cas")
|
implementation project(":maxkey-protocols:maxkey-protocol-cas")
|
||||||
|
|||||||
@ -13,6 +13,7 @@ dependencies {
|
|||||||
implementation project(":maxkey-authentications:maxkey-authentication-captcha")
|
implementation project(":maxkey-authentications:maxkey-authentication-captcha")
|
||||||
implementation project(":maxkey-authentications:maxkey-authentication-otp")
|
implementation project(":maxkey-authentications:maxkey-authentication-otp")
|
||||||
implementation project(":maxkey-authentications:maxkey-authentication-provider")
|
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-authorize")
|
||||||
implementation project(":maxkey-protocols:maxkey-protocol-cas")
|
implementation project(":maxkey-protocols:maxkey-protocol-cas")
|
||||||
|
|||||||
@ -51,9 +51,9 @@ dependencies {
|
|||||||
implementation project(":maxkey-protocols:maxkey-protocol-oauth-2.0")
|
implementation project(":maxkey-protocols:maxkey-protocol-oauth-2.0")
|
||||||
implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0")
|
implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0")
|
||||||
|
|
||||||
//identity
|
//webapis
|
||||||
implementation project(":maxkey-identitys:maxkey-identity-scim")
|
implementation project(":maxkey-webapis:maxkey-webapi-scim")
|
||||||
implementation project(":maxkey-identitys:maxkey-identity-rest")
|
implementation project(":maxkey-webapis:maxkey-webapi-rest")
|
||||||
|
|
||||||
//synchronizers
|
//synchronizers
|
||||||
implementation project(":maxkey-synchronizers:maxkey-synchronizer")
|
implementation project(":maxkey-synchronizers:maxkey-synchronizer")
|
||||||
|
|||||||
@ -52,9 +52,9 @@ dependencies {
|
|||||||
implementation project(":maxkey-protocols:maxkey-protocol-oauth-2.0")
|
implementation project(":maxkey-protocols:maxkey-protocol-oauth-2.0")
|
||||||
implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0")
|
implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0")
|
||||||
|
|
||||||
//identity
|
//webapis
|
||||||
implementation project(":maxkey-identitys:maxkey-identity-scim")
|
implementation project(":maxkey-webapis:maxkey-webapi-scim")
|
||||||
implementation project(":maxkey-identitys:maxkey-identity-rest")
|
implementation project(":maxkey-webapis:maxkey-webapi-rest")
|
||||||
|
|
||||||
//synchronizers
|
//synchronizers
|
||||||
implementation project(":maxkey-synchronizers:maxkey-synchronizer")
|
implementation project(":maxkey-synchronizers:maxkey-synchronizer")
|
||||||
|
|||||||
@ -16,9 +16,9 @@ dependencies {
|
|||||||
implementation project(":maxkey-protocols:maxkey-protocol-oauth-2.0")
|
implementation project(":maxkey-protocols:maxkey-protocol-oauth-2.0")
|
||||||
implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0")
|
implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0")
|
||||||
|
|
||||||
//identity
|
//webapis
|
||||||
implementation project(":maxkey-identitys:maxkey-identity-scim")
|
implementation project(":maxkey-webapis:maxkey-webapi-scim")
|
||||||
implementation project(":maxkey-identitys:maxkey-identity-rest")
|
implementation project(":maxkey-webapis:maxkey-webapi-rest")
|
||||||
|
|
||||||
//synchronizers
|
//synchronizers
|
||||||
implementation project(":maxkey-synchronizers:maxkey-synchronizer")
|
implementation project(":maxkey-synchronizers:maxkey-synchronizer")
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
echo off
|
echo off
|
||||||
|
|
||||||
set MXK_VERSION=3.5.12
|
set MXK_VERSION=3.5.13
|
||||||
set MXK_REPOSITORY=maxkeytop
|
set MXK_REPOSITORY=maxkeytop
|
||||||
|
|
||||||
set START_TIME="%date:~0,10% %time:~0,2%:%time:~3,5%"
|
set START_TIME="%date:~0,10% %time:~0,2%:%time:~3,5%"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user