[ 
https://issues.apache.org/jira/browse/DATAFU-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eyal Allweil updated DATAFU-183:
--------------------------------
    Description: 
The GitHub Actions CI is now failing when trying to run
{code:java}
gradle -b bootstrap.gradle{code}
with this error:
{noformat}
Unknown command-line option '-b'.

{noformat}
This is probably a problem caused by an upgrade to Gradle 9.0.0 (previously 
8.14.3 was being used)

 

We need to either fix the GitHub action or our build so our CI can run. One way 
to test/debug this is to fork the repo and modify the forked version of the 
action (for example in the file 
[test.yaml|https://github.com/apache/datafu/blob/main/.github/workflows/tests.yml])

It appears that one fix is to use some newer [Gradle 
Wrapper|https://docs.gradle.org/current/userguide/gradle_wrapper.html] 
functionality rather than what we are currently doing in our [bootstrap 
file|https://github.com/eyala/datafu/blob/main/bootstrap.gradle].

  was:
The GitHub Actions CI is now failing when trying to run
{code:java}
gradle -b bootstrap.gradle{code}
 

with this error:
{noformat}
Unknown command-line option '-b'.

{noformat}
This is probably a problem caused by an upgrade to Gradle 9.0.0 (previously 
8.14.3 was being used)

 

We need to either fix the GitHub action or our build so our CI can run. One way 
to test/debug this is to fork the repo and modify the forked version of the 
action (for example in the file 
[test.yaml|https://github.com/apache/datafu/blob/main/.github/workflows/tests.yml])


> Fix GitHub Actions CI
> ---------------------
>
>                 Key: DATAFU-183
>                 URL: https://issues.apache.org/jira/browse/DATAFU-183
>             Project: DataFu
>          Issue Type: Task
>    Affects Versions: 2.1.0
>            Reporter: Eyal Allweil
>            Priority: Major
>              Labels: GoodForNewContributors, gradle, newbie, up-for-grabs
>
> The GitHub Actions CI is now failing when trying to run
> {code:java}
> gradle -b bootstrap.gradle{code}
> with this error:
> {noformat}
> Unknown command-line option '-b'.
> {noformat}
> This is probably a problem caused by an upgrade to Gradle 9.0.0 (previously 
> 8.14.3 was being used)
>  
> We need to either fix the GitHub action or our build so our CI can run. One 
> way to test/debug this is to fork the repo and modify the forked version of 
> the action (for example in the file 
> [test.yaml|https://github.com/apache/datafu/blob/main/.github/workflows/tests.yml])
> It appears that one fix is to use some newer [Gradle 
> Wrapper|https://docs.gradle.org/current/userguide/gradle_wrapper.html] 
> functionality rather than what we are currently doing in our [bootstrap 
> file|https://github.com/eyala/datafu/blob/main/bootstrap.gradle].



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to