File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
jruby-gradle-base-plugin/src/main/groovy/com/github/jrubygradle Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,6 @@ buildscript {
6
6
}
7
7
}
8
8
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
-
13
9
/* wow. so recursion */
14
10
classpath " com.github.jruby-gradle:jruby-gradle-plugin:1.0.3"
15
11
}
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ class JRubyPlugin implements Plugin<Project> {
14
14
static final String TASK_GROUP_NAME = ' JRuby'
15
15
static final String RUBYGEMS_ORG_URL = ' https://rubygems.org'
16
16
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'
18
17
static final String VERSION_PROPERTY = ' jrubyVersion'
19
18
20
19
void apply (Project project ) {
@@ -82,7 +81,6 @@ class JRubyPlugin implements Plugin<Project> {
82
81
if (! project. repositories. metaClass. respondsTo(project. repositories, ' rubygemsRelease' )) {
83
82
project. repositories. metaClass. rubygemsRelease << { ->
84
83
maven { url TORQUEBOX_RUBYGEMS_RELEASE_URL }
85
- // maven { url RUBYGEMS_RELEASE_URL }
86
84
}
87
85
}
88
86
}
You can’t perform that action at this time.
0 commit comments