- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 31 for Develocity (0.1 sec)
-
.teamcity/.mvn/develocity.xml
~ 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. --> <develocity> <server> <url>https://ge.gradle.org</url> </server> <buildScan> <publishing> <onlyIf>true</onlyIf> </publishing> <values> <value>Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Jan 07 10:57:45 UTC 2025 - 1.2K bytes - Viewed (0) -
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 {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 10 16:27:16 UTC 2025 - 1.8K bytes - Viewed (0) -
build-logic-commons/settings.gradle.kts
// GE plugin marker artifact includeVersionByRegex("com.gradle.develocity", "com.gradle.develocity.gradle.plugin", rcAndMilestonesPattern) // GE plugin jar includeVersionByRegex("com.gradle", "develocity-gradle-plugin", rcAndMilestonesPattern) } } } } plugins {Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon May 19 17:09:05 UTC 2025 - 1.9K bytes - Viewed (0) -
build-logic-settings/UpdateDevelocityPluginVersion.java
content = content.replaceAll("com.gradle:develocity-gradle-plugin:[^\\\"]*\"", "com.gradle:develocity-gradle-plugin:" + newVersion + '"'); content = content.replaceAll("com.gradle.develocity\"\\).version\\(\"[^\\\"]*\"", "com.gradle.develocity\"\\).version\\(\"" + newVersion + '"'); Files.write(f.toPath(), content.getBytes()); System.out.println("Updated " + file + " to version " + newVersion);
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Jan 23 17:40:08 UTC 2025 - 1.4K bytes - Viewed (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 {Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Oct 14 10:56:29 UTC 2025 - 2.3K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/CheckTeamCityKotlinDSL.kt
script { name = "CLEAN_M2" executionMode = BuildStep.ExecutionMode.ALWAYS scriptContent = checkCleanDirUnixLike("%teamcity.agent.jvm.user.home%/.m2/.develocity", exitOnFailure = false) } } },Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Jul 31 01:53:09 UTC 2025 - 1.9K bytes - Viewed (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>
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 17 22:04:22 UTC 2025 - 808 bytes - Viewed (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.
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Nov 25 06:57:22 UTC 2025 - 19K bytes - Viewed (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
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Dec 19 06:44:41 UTC 2025 - 18.9K bytes - Viewed (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)
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Nov 11 20:35:18 UTC 2025 - 1.7K bytes - Viewed (0)