- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for updateProperties (0.1 sec)
-
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateKotlinVersions.kt
@get:Internal abstract val compatibilityDocFile: RegularFileProperty @TaskAction fun action() = fetchLatestKotlinVersions().let { latestKotlinVersions -> updateProperties(latestKotlinVersions) updateCompatibilityDoc(latestKotlinVersions) } private fun fetchLatestKotlinVersions() =
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Jul 23 18:27:26 UTC 2024 - 5.2K bytes - Viewed (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateAgpVersions.kt
@get:Internal abstract val compatibilityDocFile: RegularFileProperty @TaskAction fun fetch() = fetchLatestAgpVersions().let { fetchedVersions -> updateProperties(fetchedVersions) updateCompatibilityDoc(fetchedVersions.latests) } private data class FetchedVersions(val latests: List<String>, val nightlyBuildId: String, val nightlyVersion: String)
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Jun 02 09:17:07 UTC 2023 - 5.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/thumbnail/impl/CommandGenerator.java
} destoryTimer = new Timer("CommandGeneratorDestoryTimer-" + ComponentUtil.getSystemHelper().getCurrentTimeAsLong(), true); updateProperties(); } protected void updateProperties() { final FessConfig fessConfig = ComponentUtil.getFessConfig(); final String commandTimeoutStr = fessConfig.getSystemProperty("thumbnail.command.timeout");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 9.6K bytes - Viewed (0)