build: remove gradle-versions-plugin

I use a Gradle init script for this now

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-02-08 13:13:02 +05:30
parent 147f2d23a5
commit b87e242de2
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -1,4 +1,3 @@
plugins {
id("com.github.ben-manes.versions") version "0.36.0"
`lobsters-plugin`
}