Skip to content

Commit

Permalink
Remove sample projects from binary validation (#1660)
Browse files Browse the repository at this point in the history
Fixes #1564
  • Loading branch information
maciejwalkowiak authored Aug 19, 2021
1 parent 47fedcf commit 21c0551
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 253 deletions.
15 changes: 15 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,21 @@ buildscript {
}
}

apiValidation {
ignoredProjects.addAll(listOf(
"sentry-samples-android",
"sentry-samples-console",
"sentry-samples-jul",
"sentry-samples-log4j2",
"sentry-samples-logback",
"sentry-samples-openfeign",
"sentry-samples-servlet",
"sentry-samples-spring",
"sentry-samples-spring-boot",
"sentry-samples-spring-boot-webflux"
))
}

allprojects {
repositories {
google()
Expand Down
145 changes: 0 additions & 145 deletions sentry-samples/sentry-samples-android/api/sentry-samples-android.api

This file was deleted.

This file was deleted.

This file was deleted.

41 changes: 0 additions & 41 deletions sentry-samples/sentry-samples-spring/api/sentry-samples-spring.api

This file was deleted.

0 comments on commit 21c0551

Please sign in to comment.