Skip to content

Commit

Permalink
Merge dependencies blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 19, 2024
1 parent 87979ba commit 9deb627
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions example/empty/empty.example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ plugins {

dependencies {
compileLanguage(project(":empty"))

compileOnly(libs.spoofax.core)
}

spoofaxProject {
Expand All @@ -15,7 +17,3 @@ spoofaxProject {
// Fixes: Could not find org.metaborg:org.metaborg.spoofax.core:property(java.lang.String)
addSpoofaxCoreDependency.set(false)
}

dependencies {
compileOnly(libs.spoofax.core)
}

0 comments on commit 9deb627

Please sign in to comment.