microsoft / build-server-for-gradle

An implementation of the Build Server Protocol for Gradle
MIT License
55 stars 8 forks source link

fix: Early return when the project is not Java #78

Closed jdneo closed 1 year ago

jdneo commented 1 year ago

JavaPluginConvention will be removed in Gradle 9.0, so use reflection in advance to avoid breaking in the future.