Skip to content

Commit

Permalink
Downgrade Test Distribution plugin to work around repo downtime
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jun 23, 2021
1 parent ecb10b3 commit 41111fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ plugins {
repositories {
mavenCentral()
gradlePluginPortal()
maven(url = "https://repo.gradle.org/gradle/enterprise-libs-release-candidates-local/")
}

dependencies {
implementation(kotlin("gradle-plugin"))
implementation("biz.aQute.bnd:biz.aQute.bnd.gradle:5.3.0")
implementation("gradle.plugin.com.github.jengelman.gradle.plugins:shadow:7.0.0")
implementation("org.gradle:test-retry-gradle-plugin:1.2.1")
compileOnly("com.gradle.enterprise:test-distribution-gradle-plugin:2.1.1-rc-2")
compileOnly("com.gradle.enterprise:test-distribution-gradle-plugin:2.0.3")
}

tasks.withType<KotlinCompile>().configureEach {
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ org.gradle.java.installations.fromEnv=JDK8,JDK16,JDK17

# Test Distribution
gradle.internal.testdistribution.writeTraceFile=true
testDistribution.maxRemoteExecutors=0

# Omit automatic compile dependency on kotlin-stdlib
# https://kotlinlang.org/docs/gradle.html#dependency-on-the-standard-library
Expand Down
3 changes: 1 addition & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ import com.gradle.enterprise.gradleplugin.internal.extension.BuildScanExtensionW
pluginManagement {
repositories {
gradlePluginPortal()
maven(url = "https://repo.gradle.org/gradle/enterprise-libs-release-candidates-local/")
}
plugins {
id("com.gradle.enterprise") version "3.6.2"
id("com.gradle.enterprise.test-distribution") version "2.1.1-rc-2"
id("com.gradle.enterprise.test-distribution") version "2.0.3"
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.3"
id("net.nemerosa.versioning") version "2.14.0"
id("com.github.ben-manes.versions") version "0.39.0"
Expand Down

0 comments on commit 41111fa

Please sign in to comment.