Skip to content

Commit

Permalink
fix: ORT fails with 'No locally installed toolchains match and toolch…
Browse files Browse the repository at this point in the history
…ain download repositories have not been configured.' (#595)
  • Loading branch information
astsiapanay authored Nov 29, 2024
1 parent 57f0599 commit 707ff10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}

apply plugin: 'org.gradle.toolchains.foojay-resolver-convention'

rootProject.name = "aidial-core"
include 'config'
include 'server'
Expand Down

0 comments on commit 707ff10

Please sign in to comment.