Skip to content

Commit

Permalink
nabl2.terms should be api to pass it along the deps to e.g. statix.in…
Browse files Browse the repository at this point in the history
…tellij

This only took about a week to debug and find... statix.eclipse would have the same issue of not finding nabl2.terms but because the BundlePlugin extends the compile classpath with the bundle class paths it still ends up there. This problem is found when we use a newer version of dagger and/or newer versions of the Spoofax 2 projects
  • Loading branch information
Apanatshka committed Jul 29, 2024
1 parent b3b4b94 commit aec1bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/constraint.common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dependencies {

api("org.metaborg:log.api")

implementation("org.metaborg.devenv:nabl2.terms")
implementation("org.metaborg.devenv:org.metaborg.util")
api("org.metaborg.devenv:nabl2.terms")
api("org.metaborg.devenv:org.metaborg.util")

compileOnly("org.checkerframework:checker-qual-android")
compileOnly("org.derive4j:derive4j-annotation")
Expand Down

0 comments on commit aec1bcb

Please sign in to comment.