Skip to content

Commit 145d5c1

Browse files
committed
Pin GradleUtils to 2.2.0
This at least makes MappingVerifier 2.0 buildable. MappingVerifier 2.1 will be updating the entire workspace and be moved off of TeamCity and into GitHub Actions.
1 parent c8da5cd commit 145d5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'eclipse'
44
id 'maven-publish'
55
id 'org.cadixdev.licenser' version '0.6.1'
6-
id 'net.minecraftforge.gradleutils' version '2.+'
6+
id 'net.minecraftforge.gradleutils' version '2.2.0'
77
id 'com.github.johnrengelman.shadow' version '2.0.4'
88
}
99

0 commit comments

Comments
 (0)