Skip to content

Commit

Permalink
Add toolchains resolver plugin.
Browse files Browse the repository at this point in the history
Fix #817 by adding opensource toolcahins resolver plugin to help simplify the local project configuration set up.

Signed-off-by: halxinate <[email protected]>
  • Loading branch information
halxinate committed Dec 18, 2024
1 parent b42a116 commit a81e1c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ dependencyResolutionManagement {
}
}

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version("0.9.0")
}

include(":processor")
include(":processor-annotations")
include(":identity")
Expand Down

0 comments on commit a81e1c8

Please sign in to comment.