File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/kotlin/com/github/jengelman/gradle/plugins/shadow Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -141,10 +141,10 @@ public abstract class ShadowJar :
141
141
@Internal
142
142
override fun getManifest (): InheritManifest = super .getManifest() as InheritManifest
143
143
144
- @Input // TODO: https://github.com/GradleUp/shadow/issues/1202 .
144
+ @Input // Trigger task executions after includes changed .
145
145
override fun getIncludes (): MutableSet <String > = super .getIncludes()
146
146
147
- @Input // TODO: https://github.com/GradleUp/shadow/issues/1202 .
147
+ @Input // Trigger task executions after excludes changed .
148
148
override fun getExcludes (): MutableSet <String > = super .getExcludes()
149
149
150
150
override fun minimize (): ShadowJar = apply {
Original file line number Diff line number Diff line change @@ -78,10 +78,10 @@ public open class ServiceFileTransformer(
78
78
}
79
79
}
80
80
81
- @Input // TODO: https://github.com/GradleUp/shadow/issues/1202 .
81
+ @Input // Trigger task executions after includes changed .
82
82
override fun getIncludes (): MutableSet <String > = patternSet.includes
83
83
84
- @Input // TODO: https://github.com/GradleUp/shadow/issues/1202 .
84
+ @Input // Trigger task executions after excludes changed .
85
85
override fun getExcludes (): MutableSet <String > = patternSet.excludes
86
86
87
87
private companion object {
You can’t perform that action at this time.
0 commit comments