Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Commit

Permalink
Add foojay plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 9, 2024
1 parent 7609f67 commit 2a57507
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
rootProject.name = "spoofax3-depman"

// This allows us to use plugins from Metaborg Artifacts
pluginManagement {
repositories {
maven("https://artifacts.metaborg.org/content/groups/public/")
}
}

// This downloads an appropriate JVM if not already available
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}

include(":catalog")
include(":platform")
include(":example")

0 comments on commit 2a57507

Please sign in to comment.