Skip to content

Commit

Permalink
Don't publish snapshots to gradle plugin portal (#392)
Browse files Browse the repository at this point in the history
Snapshots are no longer published to gradle plugin portal
  • Loading branch information
iamdanfox authored Oct 1, 2020
1 parent 113a84d commit e71773d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ pluginBundle {
}
}

publishPlugins.onlyIf {
versionDetails().isCleanTag
}

tasks.withType(JavaCompile).configureEach {
options.errorprone.errorproneArgs += [
'-Xep:PreferSafeLoggableExceptions:OFF',
Expand Down

0 comments on commit e71773d

Please sign in to comment.