File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
core-plugin/src/main/groovy/com/github/jrubygradle/api/core Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -87,25 +87,6 @@ class RepositoryHandlerExtension {
87
87
bindRepositoryToProxyServer(project. uri(uri), group)
88
88
}
89
89
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
-
109
90
private ArtifactRepository bindRepositoryToProxyServer (
110
91
URI serverUri ,
111
92
String group
You can’t perform that action at this time.
0 commit comments