- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for IsOk (0.01 seconds)
-
build-logic/src/main/kotlin/BndBuildAction.kt
builder.setProperty("project.sourcepath", validSourcepath.asPath) builder.setSourcepath(validSourcepath.files.toTypedArray()) val builtJar = builder.build() if (!builder.isOk) { builder.getErrors().forEach { task.logger.error("Error: $it") } builder.getWarnings().forEach { task.logger.warn("Warning: $it") } throw GradleException("Bundle $archiveFileName has errors")
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Feb 05 09:17:33 GMT 2026 - 8.9K bytes - Click Count (0) -
internal/config/identity/ldap/config.go
if !isEnableFlagExplicitlySet && !l.LDAP.Enabled { l.LDAP.Enabled = true } // Validate and test configuration. valResult := l.LDAP.Validate() if !valResult.IsOk() { // Set to false if configuration fails to validate. l.LDAP.Enabled = false return l, valResult } return l, nil } // GetConfigList - returns a list of LDAP configurations.Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Thu Sep 18 11:47:48 GMT 2025 - 8.6K bytes - Click Count (0)