Skip to content

Commit 2553983

Browse files
committed
travis
1 parent 8e03a8b commit 2553983

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ group = 'net.hofmann.example'
88
version = '0.0.1-SNAPSHOT'
99
sourceCompatibility = '11'
1010

11+
1112
configurations {
1213
compileOnly {
1314
extendsFrom annotationProcessor
@@ -18,7 +19,6 @@ repositories {
1819
mavenCentral()
1920
}
2021

21-
2222
dependencies {
2323
implementation 'org.projectlombok:lombok:1.18.16'
2424
compileOnly 'org.projectlombok:lombok'
@@ -39,4 +39,7 @@ dependencyManagement {
3939

4040
test {
4141
useJUnitPlatform()
42+
testLogging {
43+
showStandardStreams = true
44+
}
4245
}

0 commit comments

Comments
 (0)