Skip to content

Commit

Permalink
learning 패키지 > build.gradle 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
kang-hyungu committed Sep 2, 2021
1 parent 31102c0 commit 2dc0c39
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions learning/build.gradle
Original file line number Diff line number Diff line change
@@ -1,25 +1,11 @@
plugins {
id 'application'
id 'org.sonarqube' version '3.3'
id 'jacoco'
id 'idea'
}

application {
mainClass = 'com.techcourse.JwpApplication'
}

jacoco {
toolVersion = "0.8.7"
}

idea {
module {
inheritOutputDirs = false
outputDir file("webapp/WEB-INF/classes")
}
}

group = 'nextstep.jwp'
version = '1.0'

Expand All @@ -31,8 +17,6 @@ repositories {
}

dependencies {
implementation project(':mvc')

implementation 'ch.qos.logback:logback-classic:1.2.3'
implementation 'com.google.guava:guava:29.0-jre'

Expand All @@ -49,5 +33,4 @@ dependencies {

tasks.named('test') {
useJUnitPlatform()
finalizedBy(jacocoTestReport)
}

0 comments on commit 2dc0c39

Please sign in to comment.