Skip to content

Commit

Permalink
Add foojay plugin for auto toolchain downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
DenWav committed Nov 21, 2023
1 parent 117cc58 commit 47e0e45
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 @@ -18,6 +18,10 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

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

rootProject.name = "MinecraftDev"

enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
Expand Down

0 comments on commit 47e0e45

Please sign in to comment.