|
@@ -1,5 +1,3 @@
|
|
-import org.gradle.api.artifacts.*
|
|
|
|
-
|
|
|
|
buildscript {
|
|
buildscript {
|
|
repositories {
|
|
repositories {
|
|
jcenter()
|
|
jcenter()
|
|
@@ -12,7 +10,6 @@ buildscript {
|
|
|
|
|
|
apply plugin: 'base'
|
|
apply plugin: 'base'
|
|
apply from: file('version.gradle')
|
|
apply from: file('version.gradle')
|
|
-apply from: file('upload.gradle')
|
|
|
|
|
|
|
|
// This is applied to all sub projects
|
|
// This is applied to all sub projects
|
|
subprojects {
|
|
subprojects {
|