Skip to content

Commit

Permalink
Fix cut-and-paste typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Aug 2, 2022
1 parent f87da95 commit 2741e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checker/build.gradle
Expand Up @@ -104,7 +104,7 @@ task copyJarsToDist(dependsOn: shadowJar, group: 'Build') {
}
}

def checkerUtilJarFile = file(project(':checker-qual').tasks.getByName("jar").archivePath)
def checkerUtilJarFile = file(project(':checker-util').tasks.getByName("jar").archivePath)
if (!checkerUtilJarFile.exists()) {
throw new GradleException("File not found: " + checkerUtilJarFile)
}
Expand Down

0 comments on commit 2741e74

Please sign in to comment.