covid19-ru/covid19-model/build.gradle

11 lines
284 B
Groovy
Raw Normal View History

2020-04-03 02:05:42 +03:00
version = '0.0.1'
dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
2020-04-03 16:51:54 +03:00
testImplementation 'com.h2database:h2:1.4.194'
2020-04-03 02:05:42 +03:00
}
2020-04-03 16:51:54 +03:00
//bootJar { enabled = false }
//jar { enabled = true }