All checks were successful
sample gradle build and test / build (pull_request) Successful in 1m57s
sample gradle build and test / tag (push) Successful in 7s
sample gradle build and test / build_tag_push (push) Successful in 2m29s
Daily cloudflare API integration test / cloudflare-api-test (push) Successful in 1m45s
Promote image with tag test to prod / tag (push) Successful in 7s
Promote image with tag test to prod / build_tag_push (push) Successful in 14s
14 lines
535 B
Groovy
14 lines
535 B
Groovy
dependencies {
|
|
implementation 'org.springframework:spring-context'
|
|
implementation 'org.springframework:spring-web'
|
|
implementation 'com.fasterxml.jackson.core:jackson-databind'
|
|
implementation 'org.apache.httpcomponents.client5:httpclient5'
|
|
|
|
compileOnly 'org.projectlombok:lombok'
|
|
annotationProcessor 'org.projectlombok:lombok'
|
|
|
|
testImplementation 'org.junit.jupiter:junit-jupiter'
|
|
testImplementation 'org.mockito:mockito-core'
|
|
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
|
}
|