Skip to content

Commit e35a595

Browse files
Gradle 8: add plugin to resolve toolchain.
1 parent 1afdf6b commit e35a595

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

settings.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
plugins {
2+
// Supports resolving toolchains for JVM projects
3+
// https://docs.gradle.org/8.0/userguide/toolchains.html#sub:download_repositories
4+
id("org.gradle.toolchains.foojay-resolver-convention") version("0.4.0")
5+
}
6+
17
include(":objectbox-java-api")
28
include(":objectbox-java")
39
include(":objectbox-kotlin")

0 commit comments

Comments
 (0)