question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Caching default options are different from README in the main branch

See original GitHub issue

Overview

main README

Each of these are enabled by default. To save caching space, you can disable any of them as follows:

v1.5.1 README

Only the first one, caching downloaded distributions, is enabled by default. Future versions of this action will enable all caching by default.

Description

I’ve tried to use this action. before I use it, I read the README and caching part. The version of README was the main branch. It said caching for distribution, dependencies, configuration are all enabled by default.

But, when I used gradle-build-action@v1, It only enabled distribution caching, others are disabled. (I realized it after spending a lot of time)

I checked the README of v1.5.1(latest version), the default option was different from the document I’ve seen.

I guess most users will read README in the main branch, not the latest tagging branch. It’ll be better to sync README in the main branch with the latest version’s options.

Reference

main branch v1.5.1

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
bigdazcommented, Sep 12, 2022

Warning: Unexpected input(s) ‘job-id’

This is unrelated. It looks like you are incorrectly passing a job-id parameter to the action, which is not supported.

1reaction
bigdazcommented, Sep 19, 2021

Thanks for the feedback. I somewhat foolishly merged the new releases/v2 branch into main, since that’s now the primary development branch. But the README has not yet been updated. I’ll do that soon, even if just to point to the stable v1.5.1 release.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Readme.md from "master" branch as opposed to the default ...
I tried with two different projects, creating master and dev branches with differing README files and setting dev as the default branch, the ......
Read more >
rails-settings-cached/README.md at main - GitHub
This gem will make managing a table of а global key, value pairs easy. Think of it like a global Hash stored in...
Read more >
Ubuntu Manpage: cgitrc - runtime configuration for cgit
Cgitrc contains all runtime settings for cgit, including the list of git ... Default value: "5". cache-root Path used to store the cgit...
Read more >
git-diff Documentation - Git
This form is to view the changes you have in your working tree relative to the named <commit>. You can use HEAD to...
Read more >
README content | Bitbucket Cloud - Atlassian Support
A README is a reference for other users visiting your repository. You can either add and edit your README file locally or straight...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found