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

OSCHINA-MIRROR/jarlen-RichCommon

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
build.gradle 892 Байты
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
hjl Отправлено 02.01.2024 18:09 e07bd8f
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' }
maven { url 'https://maven.aliyun.com/nexus/content/groups/public' }
maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
}
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}
}
allprojects {
repositories {
maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' }
maven { url 'https://maven.aliyun.com/nexus/content/groups/public' }
maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter' }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}

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

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

1
https://api.gitlife.ru/oschina-mirror/jarlen-RichCommon.git
git@api.gitlife.ru:oschina-mirror/jarlen-RichCommon.git
oschina-mirror
jarlen-RichCommon
jarlen-RichCommon
master