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

OSCHINA-MIRROR/heyclock-CommonPopupWindow

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
build.gradle 1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
huanglei Отправлено 14.02.2019 13:01 fb68a15
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
classpath "com.github.dcendents:android-maven-gradle-plugin:1.4.1"
}
}
allprojects {
repositories {
google()
jcenter()
//在审核通过前可以配置私有仓库来使用
//maven {url 'https://dl.bintray.com/resetmyself/holdon'}
}
///< Error: Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting)
tasks.withType(Javadoc) {
options.addStringOption('Xdoclint:none', '-quiet')
options.addStringOption('encoding', 'UTF-8')
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}

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

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

1
https://api.gitlife.ru/oschina-mirror/heyclock-CommonPopupWindow.git
git@api.gitlife.ru:oschina-mirror/heyclock-CommonPopupWindow.git
oschina-mirror
heyclock-CommonPopupWindow
heyclock-CommonPopupWindow
master