Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gotev authored Mar 20, 2022
1 parent c4376df commit cd04263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifact-pom-manager.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def manageConfigurations(configurations) {
}
try {
configurations.testRuntime.getDependencies().each { dep -> addDependency(dep, "test") }
} ctach (Exception ex) {
} catch (Exception ex) {
configurations.testRuntimeClasspath.getDependencies().each { dep -> addDependency(dep, "test") }
}
}
Expand Down

0 comments on commit cd04263

Please sign in to comment.