Update to 1.20.1

This commit is contained in:
Zontreck 2024-02-13 23:47:11 -07:00
parent d28efa2c72
commit 8e65a0f9fd
8 changed files with 101 additions and 72 deletions

View file

@ -3,4 +3,9 @@ pluginManagement {
gradlePluginPortal()
maven { url = "https://maven.zontreck.com/repository/internal" }
}
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.5.0'
}