Skip to content

Conversation

@PeterJohnson
Copy link
Member

No description provided.

TextTotal = "Creating Shortcuts";
await RunShortcutCreator(token);
if (token.IsCancellationRequested) break;
ProgressTotal = 99;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These two lines can be deleted too

@sciencewhiz
Copy link
Contributor

I was playing around with this, and there's more changes necessary to get it to work with the 2027 version of gradlerio. The problem is that the tools are still referenced in the 2027 gradlerio, but there's no artifacts, and gradleriobase downloads all the tools defined by gradlerio. I tried to add them to skipTools, but couldn't seem to get that working. The right fix is to remove them from gradlerio.

Also the choreo cleanup removal should also be in main.

@PeterJohnson PeterJohnson deleted the remove-tools-2027 branch June 2, 2025 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants