Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Oct 1, 2024
1 parent c335175 commit a971e5c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,10 @@ subprojects {
}
}

apply from: './publish-setup.gradle'
apply from: './publish-setup.gradle'

test {
testLogging {
showStandardStreams = true
}
}
6 changes: 6 additions & 0 deletions centrifuge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,9 @@ javadoc {
metalava {
hiddenPackages.add("io.github.centrifugal.centrifuge.internal")
}

test {
testLogging {
showStandardStreams = true
}
}

0 comments on commit a971e5c

Please sign in to comment.