Skip to content

Commit c428ce4

Browse files
committed
Fix groovyduvet version range to hopefully allow mod to build
1 parent e624b57 commit c428ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/src/main/resources/mods.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ModsDotGroovy.make {
3535

3636
onQuilt {
3737
mod('groovyduvet_core') {
38-
versionRange = ">=${this.buildProperties['groovyduvet_version']}"
38+
versionRange = ">=${this.buildProperties['groovyduvet_core_version']}"
3939
}
4040
}
4141

0 commit comments

Comments
 (0)