- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for Teamcity (0.17 sec)
-
.teamcity/pom.xml
<groupId>org.jetbrains.teamcity</groupId> <artifactId>server-api</artifactId> <version>${teamcity.dsl.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.jetbrains.teamcity</groupId> <artifactId>configs-dsl-kotlin-latest</artifactId> <version>${teamcity.dsl.version}</version>
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Oct 31 02:38:07 UTC 2024 - 6.6K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/CheckTeamCityKotlinDSL.kt
name = "CheckTeamCityKotlinDSL" description = "Check Kotlin DSL in .teamcity/" applyDefaultSettings() steps { script { name = "RUN_MAVEN_CLEAN_VERIFY" scriptContent = "./mvnw clean verify -Dmaven.repo.local=../build" workingDir = ".teamcity" } script { name = "CLEAN_M2"
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Oct 30 04:10:13 UTC 2024 - 1K bytes - Viewed (0) -
.github/workflows/update-jdks.yml
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Oct 29 03:45:07 UTC 2024 - 1.1K bytes - Viewed (0) -
.github/CODEOWNERS
# unassigned. This means that the ownership may be unknown, lost or # mixed across several groups. * @gradle/bt-unassigned-maintainers # Build infrastructure .teamcity/ @gradle/bt-developer-productivity .github/ @gradle/bt-developer-productivity @gradle/bt-support # This might need to be more finegrained in the future
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Oct 24 14:46:27 UTC 2024 - 10.6K bytes - Viewed (0)