refactor: remove unused versions plugin

We fully rely on Renovate for this
This commit is contained in:
Harsh Shandilya 2024-01-19 16:40:58 +05:30
parent d5a1413799
commit 9fb8e17cf6
4 changed files with 1 additions and 51 deletions

View file

@ -1,11 +1,10 @@
/*
* Copyright © 2021-2023 Harsh Shandilya.
* Copyright © 2021-2024 Harsh Shandilya.
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
*/
plugins {
id("dev.msfjarvis.claw.spotless")
id("dev.msfjarvis.claw.versions")
id("dev.msfjarvis.claw.kotlin-common")
}