Skip to content

Commit

Permalink
Add gradle toolchains resolver (#49)
Browse files Browse the repository at this point in the history
* Update README.md

* Add gradle toolchains resolver
  • Loading branch information
MohamedRejeb committed May 26, 2024
1 parent 1343e34 commit 4897af3
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 @@ -17,6 +17,10 @@ dependencyResolutionManagement {
}
}

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

include(
":ksoup-html",
":ksoup-entities",
Expand Down

0 comments on commit 4897af3

Please sign in to comment.