You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SpotBugsReport class provides destination and stylesheet. Their getter methods return not Property<T> but the value itself, so Kotlin build script cannot use .set(...) method to update:
The SpotBugsReport class provides
destination
andstylesheet
. Their getter methods return notProperty<T>
but the value itself, so Kotlin build script cannot use.set(...)
method to update:spotbugs-gradle-plugin/README.md
Lines 149 to 150 in dae2ce1
It makes build script ununified, so better to change the returned value like
public RegularFileProperty getDestination()
.The text was updated successfully, but these errors were encountered: