Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for Develocity (0.15 sec)

  1. .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)
  2. 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)
  3. 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)
  4. 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)
  5. .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)
  6. .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)
  7. .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)
  8. .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)
  9. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.collect-failed-tasks.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.scan.BuildScanConfiguration
    import gradlebuild.AbstractBuildScanInfoCollectingService
    import gradlebuild.registerBuildScanInfoCollectingService
    import io.gitlab.arturbosch.detekt.Detekt
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Fri Apr 11 20:57:49 UTC 2025
    - 2.4K bytes
    - Viewed (0)
  10. 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)
Back to top