RFR: Gradle cleanup [v2]
Clayton Walker
duke at openjdk.org
Thu Jul 3 05:37:43 UTC 2025
On Wed, 2 Jul 2025 23:29:38 GMT, Chen Liang <liach at openjdk.org> wrote:
>> Clayton Walker has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
>>
>> Fix running with configuration-cache enabled
>
> build.gradle line 101:
>
>> 99:
>> 100: // if these inputs or outputs change, gradle will rerun the task
>> 101: inputs.file(tasks.named('jar', Jar).flatMap { it.archiveFile})
>
> Suggestion:
>
> inputs.file(tasks.named('jar', Jar).flatMap { it.archiveFile })
Fixed!
-------------
PR Review Comment: https://git.openjdk.org/jextract/pull/283#discussion_r2181804554
More information about the jextract-dev
mailing list