moved various modules and classes to tools realm, replaced gradle buildscripts by gradle kotlin buildscripts
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
8
settings.gradle.kts
Normal file
8
settings.gradle.kts
Normal file
@@ -0,0 +1,8 @@
|
||||
rootProject.name = "LightOIDC"
|
||||
include("de.srsoftware.oidc.api")
|
||||
include("de.srsoftware.oidc.app")
|
||||
include("de.srsoftware.oidc.backend")
|
||||
include("de.srsoftware.oidc.datastore.encrypted")
|
||||
include("de.srsoftware.oidc.datastore.file")
|
||||
include("de.srsoftware.oidc.web")
|
||||
|
||||
Reference in New Issue
Block a user