Skip to content

Commit fb47d65

Browse files
committed
Remove Torquebox
1 parent 8f78249 commit fb47d65

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

core-plugin/src/main/groovy/com/github/jrubygradle/api/core/RepositoryHandlerExtension.groovy

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -87,25 +87,6 @@ class RepositoryHandlerExtension {
8787
bindRepositoryToProxyServer(project.uri(uri), group)
8888
}
8989

90-
/** Adds the legacy Torquebox Maven proxy to {@code rubygems.org}.
91-
*
92-
* Please note that this proxy is effectively unmaintained an no longer supported
93-
* by the original creators.
94-
*
95-
* @return Maven artifact repository
96-
*/
97-
MavenArtifactRepository torquebox() {
98-
Action mvnConfigurator = new Action<MavenArtifactRepository>() {
99-
void execute(MavenArtifactRepository mvn) {
100-
mvn.url = 'http://rubygems-proxy.torquebox.org/releases'.toURI()
101-
}
102-
}
103-
(MavenArtifactRepository) restrictToGems(
104-
this.project.repositories.maven(mvnConfigurator),
105-
DEFAULT_GROUP_NAME
106-
)
107-
}
108-
10990
private ArtifactRepository bindRepositoryToProxyServer(
11091
URI serverUri,
11192
String group

0 commit comments

Comments
 (0)