Skip to content

Commit

Permalink
build: fix export goal not working (after migration migration to Grad…
Browse files Browse the repository at this point in the history
…le 7.3.2)
  • Loading branch information
fxjordan committed Sep 27, 2022
1 parent eee1c06 commit 4c3dd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reqbaz/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ task export(type: Copy, dependsOn: build) {
from jar
}
into("lib") {
from configurations.compileOnly
from configurations.compileClasspath
}
into("bin") {
from "../bin"
Expand Down

0 comments on commit 4c3dd4b

Please sign in to comment.