Skip to content

Commit

Permalink
add toolchain resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyDev05 committed Jun 8, 2024
1 parent 8ce4e3c commit e1e90f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ pluginManagement {
gradlePluginPortal()
}
}
plugins {
id "org.gradle.toolchains.foojay-resolver-convention" version "0.8.0"
}

rootProject.name = 'Iris'

include(':core')
Expand Down

0 comments on commit e1e90f5

Please sign in to comment.