Update plugin net.neoforged.moddev to v1.0.23 (#193)

This commit is contained in:
neoforged-renovate[bot] 2024-12-07 21:36:00 +02:00 committed by GitHub
parent 6d2269c80f
commit 04e48679b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
plugins {
id 'java-library'
id 'maven-publish'
id 'net.neoforged.moddev' version '1.0.21'
id 'net.neoforged.moddev' version '1.0.23'
}
tasks.named('wrapper', Wrapper).configure {