-
Notifications
You must be signed in to change notification settings - Fork 407
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
Conversation
This reverts commit 4f6ca4d.
9aa497a
to
ca094d0
Compare
There was a problem hiding this comment.
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
// `startShadowScripts` is not cacheable, so it's always executed. | ||
assertExecutionSuccess() |
There was a problem hiding this comment.
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)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Address this to #1216.
ShadowApplicationPlugin
No description provided.