Skip to content

Commit

Permalink
BUILD remove unnecessary gradle-build-action configuration
Browse files Browse the repository at this point in the history
Removed `-Pgradle-enterprise.injection-enabled=false` argument
  • Loading branch information
remkop committed Dec 20, 2023
1 parent f0853cb commit d0c87fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ jobs:
with:
gradle-version: 1.12
build-root-directory: picocli-tests-java567/
arguments: -Pgradle-enterprise.injection-enabled=false clean build --no-daemon
arguments: clean build --no-daemon

0 comments on commit d0c87fd

Please sign in to comment.