- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for gradleProperty (0.05 sec)
-
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/BuildParams.kt
val Project.buildTimestamp: Provider<String> get() = gradleProperty(BUILD_TIMESTAMP) val Project.buildVersionQualifier: Provider<String> get() = gradleProperty(BUILD_VERSION_QUALIFIER) val Project.defaultRfnPerformanceBaselines: Provider<String> get() = gradleProperty(DEFAULT_RFN_PERFORMANCE_BASELINES) val Project.defaultRfrPerformanceBaselines: Provider<String>
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Dec 18 22:01:30 UTC 2025 - 17.7K bytes - Viewed (0) -
build-logic-commons/build-platform/build.gradle.kts
val groovyGroup = if (isGroovy4) "org.apache.groovy" else "org.codehaus.groovy" val asmVersion = "9.9" // To try out newer kotlin versions val kotlinVersion = providers.gradleProperty("buildKotlinVersion") .getOrElse(embeddedKotlinVersion) dependencies { constraints { api("org.gradle.guides:gradle-guides-plugin:0.24.0")
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Dec 30 10:16:30 UTC 2025 - 4.6K bytes - Viewed (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild.binary-compatibility.gradle
.replaceAll('$', '\\$') .replaceAll('/', '[.]') .replaceAll('###', '.*?') } } static String writeFilterPreset(Project project) { def preset = project.providers.gradleProperty('bin.cmp.report.severity.filter').getOrElse('All levels') return """<input id="filter-preset" type="hidden" value="$preset" />"""
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Dec 30 10:14:25 UTC 2025 - 8.9K bytes - Viewed (0)