Update plugin net.neoforged.moddev to v1 (1.21-mdg) (#102)

This commit is contained in:
neoforged-renovate[bot] 2024-07-10 20:28:26 +03:00 committed by GitHub
parent 59a3b2d7cb
commit 00b262a850
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@ plugins {
id 'eclipse' id 'eclipse'
id 'idea' id 'idea'
id 'maven-publish' id 'maven-publish'
id 'net.neoforged.moddev' version '0.1.126' id 'net.neoforged.moddev' version '1.0.0'
} }
tasks.named('wrapper', Wrapper).configure { tasks.named('wrapper', Wrapper).configure {
@ -39,7 +39,7 @@ neoForge {
} }
// This line is optional. Access Transformers are automatically detected // This line is optional. Access Transformers are automatically detected
// accessTransformers.add('src/main/resources/META-INF/accesstransformer.cfg') // accessTransformers = project.files('src/main/resources/META-INF/accesstransformer.cfg')
// Default run configurations. // Default run configurations.
// These can be tweaked, removed, or duplicated as needed. // These can be tweaked, removed, or duplicated as needed.