File tree Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 1
- ext. githubProjectName = ' RxJava'
2
-
3
1
buildscript {
4
2
repositories {
5
3
mavenLocal()
6
4
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'
7
12
}
8
- apply from : file(' gradle/buildscript.gradle' ), to : buildscript
9
13
}
10
14
15
+ ext. githubProjectName = ' RxJava'
16
+
11
17
allprojects {
12
18
group = " com.netflix.rxjava"
13
19
apply plugin : ' eclipse'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments