더북(TheBook)

예제 3-8은 빌드 파일을 보여준다.

 예제 3-8 build.gradle

apply plugin: 'java'

 

group = 'com.apress.isf'

version = '1.0'

 

repositories {

mavenCentral()

}

 

dependencies {

compile("org.springframework:spring-context:4.0.6.RELEASE")

testCompile("junit:junit:4.11")

}

 

test {

testLogging {

events 'started', 'passed'

}

}


신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.