-
-
Notifications
You must be signed in to change notification settings - Fork 424
Gradle 6.6.1 still reports shadowJar has a forward-incompatibility with Gradle 7.0 #601
Copy link
Copy link
Closed
Description
This is to report that, despite all the good work to address #530, there seems to be a leftover Property 'transformers.$1.data' is not annotated with an input or output annotation.
Shadow Version
id 'com.github.johnrengelman.shadow' version '6.1.0'Gradle Version
------------------------------------------------------------
Gradle 6.6.1
------------------------------------------------------------
Build time: 2020-08-25 16:29:12 UTC
Revision: f2d1fb54a951d8b11d25748e4711bec8d128d7e3
Kotlin: 1.3.72
Groovy: 2.5.12
Ant: Apache Ant(TM) version 1.10.8 compiled on May 10 2020
JVM: 1.8.0_265 (Private Build 25.265-b01)
OS: Linux 5.4.0-47-generic amd64
Expected Behavior
No forward-incompatibility with Gradle 7.0.
Actual Behavior
$ ./gradlew --debug assemble
...
[LIFECYCLE] [class org.gradle.internal.buildevents.TaskExecutionLogger] > Task :my:shadowJar UP-TO-DATE
[DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Task :my:shadowJar' started
[DEBUG] [org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter] Putting task artifact state for task ':my:shadowJar' into context took 0.0 secs.
[WARN] [org.gradle.internal.featurelifecycle.LoggingDeprecatedFeatureHandler] Property 'transformers.$1.data' is not annotated with an input or output annotation. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0. See https://docs.gradle.org/6.6.1/userguide/more_about_tasks.html#sec:up_to_date_checks for more details.
[DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Snapshot inputs and outputs before executing task ':my:shadowJar'' started
...Gradle Build Script(s)
plugins {
...
id 'com.github.johnrengelman.shadow' version '6.1.0' apply false
...
}
...
project(':my') {
...
apply plugin: 'com.github.johnrengelman.shadow'
...
shadowJar {
mergeServiceFiles()
append('my.conf')
}
...
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels