Skip to content

Commit 7175ae4

Browse files
committed
Remove dead code
1 parent 23d71a8 commit 7175ae4

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

docs/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ buildscript {
66
}
77
}
88
dependencies {
9-
// classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
10-
// classpath 'com.netflix.nebula:gradle-extra-configurations-plugin:1.12.+'
11-
// classpath "org.ajoberstar:gradle-git:1.2.0"
12-
139
/* wow. so recursion */
1410
classpath "com.github.jruby-gradle:jruby-gradle-plugin:1.0.3"
1511
}

jruby-gradle-base-plugin/src/main/groovy/com/github/jrubygradle/JRubyPlugin.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class JRubyPlugin implements Plugin<Project> {
1414
static final String TASK_GROUP_NAME = 'JRuby'
1515
static final String RUBYGEMS_ORG_URL = 'https://rubygems.org'
1616
static final String TORQUEBOX_RUBYGEMS_RELEASE_URL = 'http://rubygems-proxy.torquebox.org/releases'
17-
// static final String RUBYGEMS_RELEASE_URL = 'http://rubygems.lasagna.io/proxy/maven/releases'
1817
static final String VERSION_PROPERTY = 'jrubyVersion'
1918

2019
void apply(Project project) {
@@ -82,7 +81,6 @@ class JRubyPlugin implements Plugin<Project> {
8281
if (!project.repositories.metaClass.respondsTo(project.repositories, 'rubygemsRelease')) {
8382
project.repositories.metaClass.rubygemsRelease << { ->
8483
maven { url TORQUEBOX_RUBYGEMS_RELEASE_URL }
85-
// maven { url RUBYGEMS_RELEASE_URL }
8684
}
8785
}
8886
}

0 commit comments

Comments
 (0)