Skip to content

Commit

Permalink
build: Don't need to add groovy ourself
Browse files Browse the repository at this point in the history
The groovy plugin already adds it.

Signed-off-by: BJ Hargrave <bj@hargrave.dev>
  • Loading branch information
bjhargrave committed Sep 1, 2022
1 parent d1a34e6 commit 80d9184
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gradle-plugins/biz.aQute.bnd.gradle/build.gradle.kts
Expand Up @@ -67,7 +67,6 @@ configurations {

// Dependencies
dependencies {
compileOnly(localGroovy())
implementation("biz.aQute.bnd:biz.aQute.bnd.util:${version}")
implementation("biz.aQute.bnd:biz.aQute.bndlib:${version}")
implementation("biz.aQute.bnd:biz.aQute.repository:${version}")
Expand Down

0 comments on commit 80d9184

Please sign in to comment.