rush-cli icon indicating copy to clipboard operation
rush-cli copied to clipboard

:zap: A new and improved way of building MIT AI2 extensions.

Results 8 rush-cli issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** i want to use libraries/dependencies without adding jar/aar files. **Describe the solution you'd like** add dependencies on gradle like dependencies...

When I Build A Project About A New Extension In App Inventor It Doesn't Work Very Well ![errors](https://user-images.githubusercontent.com/123478828/235461179-ef35cd30-7d8f-4624-8939-c175fa72ed78.PNG)

Some dependencies uses Java 11. Is it possible to desugar Java 11 dependencies by Rush? ![image](https://user-images.githubusercontent.com/75406851/191884343-a87865bb-0a83-4226-aa70-a5908571c351.png) ![image](https://user-images.githubusercontent.com/75406851/191884435-5b9c0e10-818d-4b3e-967e-7a69877cbbfe.png)

**Describe the bug** `rush build` doesn't work on macos **To Reproduce** Steps to reproduce the behavior: 1. Make a project 2. Run `rush build` to build it 3. Get an...

bug
good first issue

Sometimes this is necessary to work: [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 iwr https://raw.githubusercontent.com/shreyashsaitwal/rush-cli/main/scripts/install/install.ps1 -useb | iex Here in Windows 7 even with everything updated I had to do it that way. Here's...

**Describe the bug** I am having issue always, i cant build the extension. **Screenshots** ![image](https://github.com/user-attachments/assets/50f883bb-2f3d-4ea7-88dc-875542a117c1) ![image](https://github.com/user-attachments/assets/b7990513-d4d7-4d4a-a45c-182475cc6382) **Desktop (please complete the following information):** - OS: Windows **Additional context** I am just...

### Bug Report **Describe the bug** When trying to build an extension using `rush` CLI, the build process fails with the following error message: ``` Can't process class [com/sgview/nfccheck/Nfccheck.class] (Unsupported...