Skip to content

Commit 26483cb

Browse files
committed
Inline buildscript.gradle.
It's only used at the root.
1 parent 244c8ad commit 26483cb

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
lines changed

build.gradle

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
1-
ext.githubProjectName = 'RxJava'
2-
31
buildscript {
42
repositories {
53
mavenLocal()
64
mavenCentral() // maven { url 'http://jcenter.bintray.com' }
5+
repositories { maven { url 'http://dl.bintray.com/content/netflixoss/external-gradle-plugins/' } } // For gradle-release
6+
}
7+
dependencies {
8+
classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.6.1'
9+
classpath 'com.mapvine:gradle-cobertura-plugin:0.1'
10+
classpath 'gradle-release:gradle-release:1.1.5'
11+
classpath 'org.ajoberstar:gradle-git:0.5.0'
712
}
8-
apply from: file('gradle/buildscript.gradle'), to: buildscript
913
}
1014

15+
ext.githubProjectName = 'RxJava'
16+
1117
allprojects {
1218
group = "com.netflix.rxjava"
1319
apply plugin: 'eclipse'

gradle/buildscript.gradle

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)