Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
lagergren committed Mar 14, 2024
1 parent a003554 commit 9678d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pluginManagement {

println("Plugin: mavenLocal=$mavenLocalRepo, xtclangGitHubRepo=$xtclangGitHubRepo")
if (mavenLocalRepo != "true" && xtclangGitHubRepo != "true") {
throw GradleException("Error: either or both of mavenResolveFromMavenLocal and mavenResolveFromXtcGitHub must be set.")
throw GradleException("Error: either or both of mavenLocalRepo and xtclangGitHubRepo must be set.")
}

if (xtclangGitHubRepo == "true") {
Expand Down

0 comments on commit 9678d92

Please sign in to comment.