- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 15 for Develocity (0.06 seconds)
-
build-logic-settings/settings.gradle.kts
includeVersionByRegex("com.gradle.develocity", "com.gradle.develocity.gradle.plugin", rcAndMilestonesPattern) // GE plugin jar includeVersionByRegex("com.gradle", "develocity-gradle-plugin", rcAndMilestonesPattern) } } gradlePluginPortal() } } plugins {
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 10 16:27:16 GMT 2025 - 1.8K bytes - Click Count (0) -
.teamcity/src/main/kotlin/promotion/BasePromotionBuildType.kt
paramsForBuildToolBuild(BuildToolBuildJvm, Os.LINUX) params { password( "env.DEVELOCITY_ACCESS_KEY", "%ge.gradle.org.access.key%;%develocity.grdev.net.access.key%;%develocity-ext-hetzner.grdev.net.access.key%", ) password("env.ORG_GRADLE_PROJECT_botGradleGitHubToken", "%github.bot-gradle.token%") } features {Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Oct 14 10:56:29 GMT 2025 - 2.3K bytes - Click Count (0) -
.teamcity/.mvn/extensions.xml
~ See the License for the specific language governing permissions and ~ limitations under the License. --> <extensions> <extension> <groupId>com.gradle</groupId> <artifactId>develocity-maven-extension</artifactId> <version>2.3</version> </extension>
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 17 22:04:22 GMT 2025 - 808 bytes - Click Count (0) -
CONTRIBUTING.md
#### Install Develocity IntelliJ plugin Consider installing the [Develocity IntelliJ plugin](https://plugins.jetbrains.com/plugin/27471-develocity) to bring real-time Gradle build analysis directly into your IDE. It helps developers optimize performance and gain deeper insights into their builds.
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Nov 25 06:57:22 GMT 2025 - 19K bytes - Click Count (0) -
build-logic/jvm/src/main/kotlin/gradlebuild.unittest-and-compile.gradle.kts
* limitations under the License. */ import com.gradle.develocity.agent.gradle.internal.test.PredictiveTestSelectionConfigurationInternal import com.gradle.develocity.agent.gradle.internal.test.TestDistributionConfigurationInternal import com.gradle.develocity.agent.gradle.test.DevelocityTestConfiguration import gradlebuild.basics.BuildEnvironment import gradlebuild.basics.FlakyTestStrategy
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Dec 19 06:44:41 GMT 2025 - 18.9K bytes - Click Count (0) -
.gitignore
*.psoutput # oh-my-zsh gradle plugin .gradletasknamecache # Added GE support maven support to the maven build in .teamcity, per the GE docs, this dir is NOT to be committed .teamcity/.mvn/.develocity/ /discoclient.properties # Ignore local configuration files for asdf, allowing the JDK to be configured for project (https://asdf-vm.com)
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Nov 11 20:35:18 GMT 2025 - 1.7K bytes - Click Count (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild.arch-test.gradle.kts
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ import com.gradle.develocity.agent.gradle.test.DevelocityTestConfiguration import gradlebuild.archtest.PackageCyclesExtension plugins { `jvm-test-suite` id("gradlebuild.dependency-modules") id("gradlebuild.code-quality")Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 22 18:51:33 GMT 2025 - 3.2K bytes - Click Count (0) -
README.md
</picture> </div> <div align="center"> <a href="https://ge.gradle.org/scans"> <img src="https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A" alt="Revved up by Develocity"> </a> <a href="https://bestpractices.coreinfrastructure.org/projects/4898"> <img src="https://bestpractices.coreinfrastructure.org/projects/4898/badge" alt="CII Best Practices"> </a>
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Oct 20 22:15:26 GMT 2025 - 7.8K bytes - Click Count (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
checkCleanDirWindows("%teamcity.agent.jvm.user.home%\\.m2\\.gradle-enterprise") + checkCleanDirWindows("%teamcity.agent.jvm.user.home%\\.m2\\.develocity") + checkCleanDirWindows( "%teamcity.agent.jvm.user.home%\\.android", false, ) } else {
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 15.6K bytes - Click Count (0) -
.github/CODEOWNERS
subprojects/core-api # @gradle/bt-cortex to be eventually moved to other core modules # Develocity integration platforms/enterprise/ @gradle/bt-build-scan platforms/enterprise/enterprise/ @gradle/bt-build-scan @gradle/dv-testing-team
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Nov 07 21:47:29 GMT 2025 - 11K bytes - Click Count (0)