bufbuild / buf-gradle-plugin

Gradle plugin for the Buf CLI
Apache License 2.0
49 stars 13 forks source link

Delay configuration of buf binary configuration until after the tool version is resolvable from the extension #148

Closed andrewparmet closed 1 year ago

andrewparmet commented 1 year ago

See the (formerly) failing test - configureBufDependency grabs the toolVersion from the extension at plugin application time today, but this needs to be done after project evaluation in order to get the configured version.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.