Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for Develocity (0.04 sec)

  1. 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)
  2. .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)
  3. .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)
  4. .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)
  5. 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)
  6. 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)
  7. .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)
  8. 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")
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Mon Dec 22 18:51:33 UTC 2025
    - 3.2K bytes
    - Viewed (0)
  9. 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>
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Mon Oct 20 22:15:26 UTC 2025
    - 7.8K bytes
    - Viewed (0)
  10. .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 {
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Mon Dec 22 07:15:16 UTC 2025
    - 15.6K bytes
    - Viewed (0)
Back to top