Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BlockHound integration #1821

Merged
merged 15 commits into from
Mar 16, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Up the BlockHound version
The feature that we need was released, so no need to incclude the
snapshot repositories in the build.
  • Loading branch information
dkhalanskyjb committed Mar 13, 2020
commit 6e5fe9217833cb6b255dc95b8f63da36e836637e
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ buildscript {
repositories {
jcenter()
maven { url "https://kotlin.bintray.com/kotlinx" }
maven { url "https://repo.spring.io/snapshot/" }
maven {
url "https://kotlin.bintray.com/kotlin-dev"
credentials {
Expand Down Expand Up @@ -154,7 +153,6 @@ allprojects {
jcenter()
maven {
url "https://kotlin.bintray.com/kotlin-dev"
url "https://repo.spring.io/snapshot/"
credentials {
username = project.hasProperty('bintrayUser') ? project.property('bintrayUser') : System.getenv('BINTRAY_USER') ?: ""
password = project.hasProperty('bintrayApiKey') ? project.property('bintrayApiKey') : System.getenv('BINTRAY_API_KEY') ?: ""
Expand Down
2 changes: 1 addition & 1 deletion kotlinx-coroutines-debug/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
compileOnly "junit:junit:$junit_version"
shadowDeps "net.bytebuddy:byte-buddy:$byte_buddy_version"
compile "net.bytebuddy:byte-buddy-agent:$byte_buddy_version"
qwwdfsad marked this conversation as resolved.
Show resolved Hide resolved
compile 'io.projectreactor.tools:blockhound:1.0.1.BUILD-SNAPSHOT'
compile 'io.projectreactor.tools:blockhound:1.0.2.RELEASE'
qwwdfsad marked this conversation as resolved.
Show resolved Hide resolved
qwwdfsad marked this conversation as resolved.
Show resolved Hide resolved
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
runtime "net.java.dev.jna:jna:5.5.0"
runtime "net.java.dev.jna:jna-platform:5.5.0"
Expand Down