Skip to content

Commit

Permalink
patch(build): Avoid putting tooling API in compile scope
Browse files Browse the repository at this point in the history
compileOnlyApi resulted in putting the JAR in compile scope of the POM.
  • Loading branch information
ajoberstar committed Aug 12, 2022
1 parent 6ddc83d commit 66f0ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
api("org.clojure:clojure:1.11.1")

// gradle
compileOnlyApi("org.gradle:gradle-tooling-api:7.5")
compileOnly("org.gradle:gradle-tooling-api:7.5")

// clojurescript and nrepl
api("org.clojure:clojurescript:1.11.60")
Expand Down

0 comments on commit 66f0ad4

Please sign in to comment.