1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/egg90-QuickPatch

Клонировать/Скачать
build.gradle 1.2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
eggfly Отправлено 22.08.2018 20:56 1efbff9
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
maven {
url uri('./gradleplugin/repos')
}
}
dependencies {
classpath 'quickpatch.gradleplugin:gradleplugin:1.0.0'
classpath 'com.android.tools.build:gradle:3.1.4'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
mavenCentral()
jcenter()
}
tasks.withType(JavaCompile) { options.encoding = "UTF-8" }
}
task clean(type: Delete) {
delete rootProject.buildDir
}
task assembleQuickPatchExample {
dependsOn "gradleplugin:uploadArchives"
dependsOn "app:assembleDebug"
tasks.findByPath('app:assembleDebug').mustRunAfter(tasks.findByPath('gradleplugin:uploadArchives'))
}
task installQuickPatchExample {
dependsOn "gradleplugin:uploadArchives"
dependsOn "app:installDebug"
tasks.findByPath('app:installDebug').mustRunAfter(tasks.findByPath('gradleplugin:uploadArchives'))
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/egg90-QuickPatch.git
git@api.gitlife.ru:oschina-mirror/egg90-QuickPatch.git
oschina-mirror
egg90-QuickPatch
egg90-QuickPatch
master