1 Star 0 Fork 2

Sherlock / head-first-design-patterns-learning

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 544 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
Sherlock 提交于 2018-12-22 14:12 . headfirst学习:01 策略模式
buildscript {
// gradle 脚本自身需要使用的资源
repositories {
maven {
url maven_url
}
}
}
apply plugin: 'java'
apply plugin: 'idea'
group 'com.sherlocky.headfirst'
version '1.0-SNAPSHOT'
[compileJava, compileTestJava, javadoc]*.options*.encoding = 'utf-8'
//设置jdk的版本
sourceCompatibility = 1.8
targetCompatibility = 1.8
repositories {
// mavenCentral()
maven {
url maven_url
}
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
}
Java
1
https://gitee.com/sherlocky/head-first-design-patterns-learning.git
git@gitee.com:sherlocky/head-first-design-patterns-learning.git
sherlocky
head-first-design-patterns-learning
head-first-design-patterns-learning
master

搜索帮助

14c37bed 8189591 565d56ea 8189591