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

OSCHINA-MIRROR/jxos-FrameLib

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
build.gradle 1.6 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
jxzzj0709@qq.com Отправлено 23.08.2022 18:31 18c8ea1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
maven { url 'https://maven.aliyun.com/repository/central' }
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
maven { url 'https://developer.huawei.com/repo/' }
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.2'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.36.0'
classpath 'com.smallsoho.mobcase:McImage:1.5.1'
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.21'
classpath 'io.github.didi.dokit:dokitx-plugin:3.6.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
maven { url 'https://maven.aliyun.com/repository/central' }
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
maven { url 'https://jitpack.io' }
maven { url 'https://developer.huawei.com/repo/' }
}
//全局强制依赖
configurations.all {
resolutionStrategy {
// force 'org.threeten:threetenbp:1.6.1'
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
apply from: 'config.gradle'

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

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

1
https://api.gitlife.ru/oschina-mirror/jxos-FrameLib.git
git@api.gitlife.ru:oschina-mirror/jxos-FrameLib.git
oschina-mirror
jxos-FrameLib
jxos-FrameLib
master