Version 0.2.11 - update publish plugin

This commit is contained in:
2025-05-03 11:10:00 +02:00
parent d671fbd64b
commit 5f53b98062
5 changed files with 64 additions and 56 deletions

View File

@@ -1,3 +1,18 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
}
}
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}