Skip to content

Commit

Permalink
Update plugin publishing mode to address Gradle 5.0 deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmc24 committed Oct 25, 2018
1 parent 3505919 commit 4967917
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased
* Upgrade Spock from 1.0 to 1.2
* Added support for the Gradle [Build Cache](https://docs.gradle.org/current/userguide/build_cache.html) (#48); contribution from [dcabasson](https://github.com/dcabasson)
* Update plugin publishing mode to address Gradle 5.0 deprecation warning

## 0.15.1
* Fix "Boolean configuration cannot be set with boolean values from Kotlin DSL" (#60)
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.gradle.warning.mode=all
2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
rootProject.name = "gradle-avro-plugin"

enableFeaturePreview("STABLE_PUBLISHING")

0 comments on commit 4967917

Please sign in to comment.