We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67ecbd commit 62a1c06Copy full SHA for 62a1c06
build.gradle
@@ -1,11 +1,12 @@
1
+
2
+ext.githubProjectName = 'RxJava'
3
4
apply from: file('gradle/convention.gradle')
5
apply from: file('gradle/maven.gradle')
6
//apply from: file('gradle/check.gradle')
7
apply from: file('gradle/license.gradle')
8
apply from: file('gradle/release.gradle')
9
-ext.githubProjectName = rootProject.name
-
10
buildscript {
11
repositories {
12
mavenLocal()
@@ -21,7 +22,6 @@ allprojects {
21
22
}
23
24
25
subprojects {
26
apply plugin: 'java'
27
apply plugin: 'eclipse'
0 commit comments