Update outdated foojay-resolver dependency

This commit is contained in:
Róbert Papp 2025-04-13 11:44:58 +01:00 committed by GitHub
parent aa87036bba
commit 94f4a969f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
rootProject.name = "IntelliJ Platform Plugin Template"
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.10.0"
}