Skip to content

Commit

Permalink
Update plugin net.neoforged.moddev to v1 (1.21-mdg) (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoforged-renovate[bot] authored Jul 10, 2024
1 parent 59a3b2d commit 00b262a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'eclipse'
id 'idea'
id 'maven-publish'
id 'net.neoforged.moddev' version '0.1.126'
id 'net.neoforged.moddev' version '1.0.0'
}

tasks.named('wrapper', Wrapper).configure {
Expand Down Expand Up @@ -39,7 +39,7 @@ neoForge {
}

// 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.
// These can be tweaked, removed, or duplicated as needed.
Expand Down

0 comments on commit 00b262a

Please sign in to comment.