Skip to content

Commit

Permalink
Fix generateTestMappings task
Browse files Browse the repository at this point in the history
  • Loading branch information
NebelNidas committed Jan 7, 2025
1 parent a6cf820 commit 89184a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jar {
tasks.register("generateTestMappings", JavaExec) {
dependsOn("testClasses")
classpath = sourceSets.test.runtimeClasspath
mainClass = 'net.fabricmc.mappingio.TestFileUpdater'
mainClass = 'net.fabricmc.mappingio.test.TestFileUpdater'
}

tasks.register("updateTestMappings", Copy) {
Expand Down

0 comments on commit 89184a4

Please sign in to comment.