Skip to content

Commit

Permalink
BUILD fix ci.yml error with java 6-7 gradle 1.12
Browse files Browse the repository at this point in the history
avoid error in 'gradle-build-action.inject-gradle-enterprise.init.gradle': 171: unable to resolve class PluginManager
  • Loading branch information
remkop authored Dec 19, 2023
1 parent 94dc3a9 commit 92e05c6
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: clean build --no-daemon
arguments: -Pgradle-enterprise.injection-enabled=false clean build --no-daemon

0 comments on commit 92e05c6

Please sign in to comment.