Update plugin net.neoforged.moddev to v1.0.21 (#160)

Co-authored-by: neoforged-renovate[bot] <174042230+neoforged-renovate[bot]@users.noreply.github.com>
This commit is contained in:
neoforged-renovate[bot] 2024-10-19 21:35:23 +02:00 committed by GitHub
parent 44f1759d28
commit e758a6cb53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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