3 Star 1 Fork 2

Gitee 极速下载/hugo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/JakeWharton/hugo
克隆/下载
build.gradle 912 Bytes
一键复制 编辑 原始数据 按行查看 历史
Igor Ganapolsky 提交于 2015-11-04 10:55 . Update gradle versions.
buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
classpath 'org.gradle.api.plugins:gradle-nexus-plugin:0.7'
classpath 'com.android.tools.build:gradle:1.3.1'
classpath 'org.aspectj:aspectjtools:1.8.6'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
}
}
allprojects {
repositories {
mavenCentral()
}
group = GROUP
version = VERSION_NAME
apply plugin: 'maven'
}
ext {
compileSdkVersion = 23
buildToolsVersion = '23.0.1'
}
task cleanExample(type: Exec) {
executable = '../gradlew'
workingDir = project.file('hugo-example')
args = [ 'clean' ]
}
task assembleExample(type: Exec) {
executable = '../gradlew'
workingDir = project.file('hugo-example')
args = [ 'assemble' ]
}
task installExample(type: Exec) {
executable = '../gradlew'
workingDir = project.file('hugo-example')
args = [ 'installDebug' ]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mirrors/hugo.git
[email protected]:mirrors/hugo.git
mirrors
hugo
hugo
master

搜索帮助