Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tidy up ShadowApplicationPlugin #1198

Merged
merged 11 commits into from
Jan 29, 2025
Merged

Tidy up ShadowApplicationPlugin #1198

merged 11 commits into from
Jan 29, 2025

Conversation

Goooler
Copy link
Member

@Goooler Goooler commented Jan 26, 2025

No description provided.

Base automatically changed from g/20250126/remove-java-jar-exec to main January 29, 2025 02:41
@Goooler Goooler force-pushed the g/20250126/clean-up-app-plugin branch from 9aa497a to ca094d0 Compare January 29, 2025 02:45
@Goooler Goooler marked this pull request as ready for review January 29, 2025 02:46
@Goooler Goooler requested a review from Copilot January 29, 2025 02:48

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.

Files not reviewed (1)
  • src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/ShadowApplicationPlugin.kt: Language not supported
@Goooler Goooler changed the title Clean up ShadowApplicationPlugin Tidy up ShadowApplicationPlugin Jan 29, 2025
Comment on lines 68 to 69
// `startShadowScripts` is not cacheable, so it's always executed.
assertExecutionSuccess()
Copy link
Member Author

Choose a reason for hiding this comment

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

expected:<[SUCCESS]> but was:<[UP_TO_DATE]> (org.gradle.testkit.runner.internal.FeatureCheckBuildResult@efde75f)
Expected :SUCCESS
Actual   :UP_TO_DATE

No idea about this.

@@ -77,7 +77,6 @@ public abstract class ShadowApplicationPlugin : Plugin<Project> {
project.resources.text.fromString(windowsStartScript)

task.classpath = project.files(shadowJar)
task.inputs.files(project.files(shadowJar))
Copy link
Member Author

@Goooler Goooler Jan 29, 2025

Choose a reason for hiding this comment

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

Address this to #1216.

@Goooler Goooler enabled auto-merge (squash) January 29, 2025 05:03
@Goooler Goooler changed the title Tidy up ShadowApplicationPlugin Tidy up ShadowApplicationPlugin Jan 29, 2025
@Goooler Goooler merged commit ac2c5f7 into main Jan 29, 2025
7 checks passed
@Goooler Goooler deleted the g/20250126/clean-up-app-plugin branch January 29, 2025 05:08
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.

1 participant