1
0
mirror of https://github.com/chylex/IntelliJ-AceJump.git synced 2025-05-11 01:34:05 +02:00

moved to gradle/libs.versions.toml

This commit is contained in:
breandan 2024-08-02 15:47:33 -04:00
parent 974c5cf258
commit efc81b8fde

View File

@ -9,7 +9,6 @@ plugins {
alias(libs.plugins.changelog) // Gradle Changelog Plugin
alias(libs.plugins.kover) // Gradle Kover Plugin
id("com.github.ben-manes.versions") version "0.51.0"
id("org.jetbrains.kotlinx.kover") version "0.8.1" // https://github.com/Kotlin/kotlinx-kover
}
tasks {