Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
Merged
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
commenting travis workaround
  • Loading branch information
marandaneto committed Oct 23, 2019
commit e33ee3aab9d77ddeae6bcdcbf45ec1da2e0b64f0
13 changes: 7 additions & 6 deletions sentry-sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@ android {
}
}

tasks.all {
if (this.name == "signingConfigWriterDebugAndroidTest") {
this.enabled = false
println("${this.name} is SKIPPED")
}
}
// if travis ci hangs again on this task, remove comments
// tasks.all {
// if (this.name == "signingConfigWriterDebugAndroidTest") {
// this.enabled = false
// println("${this.name} is SKIPPED")
// }
// }

}

Expand Down