Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions gradle/repositories.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ repositories {
maven {
url project.rootProject.property("mavenRepositoryProxy")
allowInsecureProtocol = true
content {
// TODO: For unknown reasons `org.tabletest` artifacts resolved as invalid jars via `mavenRepositoryProxy`.
// Build is failing with message: `error reading .gradle/caches/.../tabletest-junit-1.2.0.jar; zip END header not found`
// Revisit this place once `org.tabletest` artifacts will be updated, there is a chance that issue will be fixed.
// Temporary exclude it here so Gradle resolves it directly from mavenCentral().
excludeGroup "org.tabletest"
}
}
}
mavenCentral()
Expand Down
Loading