Update to 1.19.3, update DelayedExecutorService references.

This commit is contained in:
Aria 2023-05-15 22:06:21 -07:00
parent 8289bdecaf
commit b45e9c3fec
6 changed files with 23 additions and 12 deletions

View file

@ -2,5 +2,6 @@ pluginManagement {
repositories {
gradlePluginPortal()
maven { url = 'https://maven.minecraftforge.net/' }
maven { url = 'https://maven.parchmentmc.org' } // Add this line
}
}