Skip to content

Commit 7cff994

Browse files
bric3devflow.devflow-routing-intake
andauthored
Revert table-test exclusion from our maven proxy (#10837)
chore: check table-test jar downloaded through mirror chore: Check for multiple versions fix(build): Magic mirror is fixed Before that, magic mirror had a POM file instead of the zip archive. fix(build): Prepopulated Gradle caches still have bad file, bump to 1.2.1 Co-authored-by: devflow.devflow-routing-intake <devflow.devflow-routing-intake@kubernetes.us1.ddbuild.io>
1 parent a60c2fd commit 7cff994

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ junit5 = "5.14.1"
7070
junit-platform = "1.14.1"
7171
mockito = "4.4.0"
7272
spock = "2.4-groovy-3.0"
73-
tabletest = "1.2.0"
73+
tabletest = "1.2.1"
7474
testcontainers = "1.21.4"
7575

7676
[libraries]

gradle/repositories.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ repositories {
77
maven {
88
url project.rootProject.property("mavenRepositoryProxy")
99
allowInsecureProtocol = true
10-
content {
11-
// TODO: For unknown reasons `org.tabletest` artifacts resolved as invalid jars via `mavenRepositoryProxy`.
12-
// Build is failing with message: `error reading .gradle/caches/.../tabletest-junit-1.2.0.jar; zip END header not found`
13-
// Revisit this place once `org.tabletest` artifacts will be updated, there is a chance that issue will be fixed.
14-
// Temporary exclude it here so Gradle resolves it directly from mavenCentral().
15-
excludeGroup "org.tabletest"
16-
}
1710
}
1811
}
1912
mavenCentral()

0 commit comments

Comments
 (0)