Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
"changes": [
"Method is now abstract"
]
}, {
"type": "org.gradle.api.tasks.compile.AbstractCompile",
"member": "Class org.gradle.api.tasks.compile.AbstractCompile",
"acceptation": "Needed to bridge old methods",
"changes": [
"org.gradle.api.tasks.compile.BridgeAbstractCompile"
]
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ Method <org.gradle.api.tasks.JavaExec.getClasspath()> does not have raw return t
Method <org.gradle.api.tasks.SourceTask.getSource()> does not have raw return type assignable to org.gradle.api.file.ConfigurableFileCollection in (SourceTask.java:72)
Method <org.gradle.api.tasks.Upload.getConfiguration()> does not have raw return type assignable to org.gradle.api.file.ConfigurableFileCollection in (Upload.java:121)
Method <org.gradle.api.tasks.bundling.War.getClasspath()> does not have raw return type assignable to org.gradle.api.file.ConfigurableFileCollection in (War.java:129)
Method <org.gradle.api.tasks.compile.AbstractCompile.getClasspath()> does not have raw return type assignable to org.gradle.api.file.ConfigurableFileCollection in (AbstractCompile.java:57)
Method <org.gradle.api.tasks.compile.GroovyCompile.getClasspath()> does not have raw return type assignable to org.gradle.api.file.ConfigurableFileCollection in (GroovyCompile.java:113)
Method <org.gradle.api.tasks.compile.AbstractCompile.getClasspath()> does not have raw return type assignable to org.gradle.api.file.ConfigurableFileCollection in (AbstractCompile.java:40)
Method <org.gradle.api.tasks.compile.GroovyCompile.getClasspath()> does not have raw return type assignable to org.gradle.api.file.ConfigurableFileCollection in (GroovyCompile.java:84)
Method <org.gradle.api.tasks.compile.GroovyCompile.getGroovyClasspath()> does not have raw return type assignable to org.gradle.api.file.ConfigurableFileCollection in (GroovyCompile.java:388)
Method <org.gradle.api.tasks.compile.GroovyCompile.getSource()> does not have raw return type assignable to org.gradle.api.file.ConfigurableFileCollection in (GroovyCompile.java:357)
Method <org.gradle.api.tasks.compile.JavaCompile.getClasspath()> does not have raw return type assignable to org.gradle.api.file.ConfigurableFileCollection in (JavaCompile.java:403)
Method <org.gradle.api.tasks.compile.JavaCompile.getSource()> does not have raw return type assignable to org.gradle.api.file.ConfigurableFileCollection in (JavaCompile.java:120)
Method <org.gradle.api.tasks.compile.JavaCompile.getClasspath()> does not have raw return type assignable to org.gradle.api.file.ConfigurableFileCollection in (JavaCompile.java:97)
Method <org.gradle.api.tasks.compile.JavaCompile.getSource()> does not have raw return type assignable to org.gradle.api.file.ConfigurableFileCollection in (JavaCompile.java:121)
Method <org.gradle.api.tasks.diagnostics.DependencyInsightReportTask.getConfiguration()> does not have raw return type assignable to org.gradle.api.file.ConfigurableFileCollection in (DependencyInsightReportTask.java:173)
Method <org.gradle.api.tasks.javadoc.Groovydoc.getClasspath()> does not have raw return type assignable to org.gradle.api.file.ConfigurableFileCollection in (Groovydoc.java:182)
Method <org.gradle.api.tasks.javadoc.Groovydoc.getGroovyClasspath()> does not have raw return type assignable to org.gradle.api.file.ConfigurableFileCollection in (Groovydoc.java:165)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@ Method <org.gradle.api.tasks.bundling.War.getWebXml()> does not have raw return
Method <org.gradle.api.tasks.bundling.Zip.getEntryCompression()> does not have raw return type assignable to org.gradle.api.provider.Property in (Zip.java:76)
Method <org.gradle.api.tasks.bundling.Zip.getMetadataCharset()> does not have raw return type assignable to org.gradle.api.provider.Property in (Zip.java:123)
Method <org.gradle.api.tasks.bundling.Zip.isZip64()> does not have raw return type assignable to org.gradle.api.provider.Property in (Zip.java:111)
Method <org.gradle.api.tasks.compile.AbstractCompile.getDestinationDir()> does not have raw return type assignable to org.gradle.api.provider.Property in (AbstractCompile.java:97)
Method <org.gradle.api.tasks.compile.AbstractCompile.getSourceCompatibility()> does not have raw return type assignable to org.gradle.api.provider.Property in (AbstractCompile.java:145)
Method <org.gradle.api.tasks.compile.AbstractCompile.getTargetCompatibility()> does not have raw return type assignable to org.gradle.api.provider.Property in (AbstractCompile.java:164)
Method <org.gradle.api.tasks.compile.AbstractCompile.getDestinationDir()> does not have raw return type assignable to org.gradle.api.provider.Property in (AbstractCompile.java:102)
Method <org.gradle.api.tasks.compile.AbstractCompile.getSourceCompatibility()> does not have raw return type assignable to org.gradle.api.provider.Property in (AbstractCompile.java:150)
Method <org.gradle.api.tasks.compile.AbstractCompile.getTargetCompatibility()> does not have raw return type assignable to org.gradle.api.provider.Property in (AbstractCompile.java:169)
Method <org.gradle.api.tasks.compile.GroovyCompile.getGroovyOptions()> does not have raw return type assignable to org.gradle.api.provider.Provider in (GroovyCompile.java:368)
Method <org.gradle.api.tasks.compile.GroovyCompile.getOptions()> does not have raw return type assignable to org.gradle.api.provider.Provider in (GroovyCompile.java:378)
Method <org.gradle.api.tasks.compile.JavaCompile.getModularity()> does not have raw return type assignable to org.gradle.api.provider.Provider in (JavaCompile.java:386)
Method <org.gradle.api.tasks.compile.JavaCompile.getOptions()> does not have raw return type assignable to org.gradle.api.provider.Provider in (JavaCompile.java:396)
Method <org.gradle.api.tasks.compile.JavaCompile.getModularity()> does not have raw return type assignable to org.gradle.api.provider.Provider in (JavaCompile.java:387)
Method <org.gradle.api.tasks.compile.JavaCompile.getOptions()> does not have raw return type assignable to org.gradle.api.provider.Provider in (JavaCompile.java:397)
Method <org.gradle.api.tasks.diagnostics.AbstractConfigurationReportTask.getReports()> does not have raw return type assignable to org.gradle.api.provider.Provider in (AbstractConfigurationReportTask.java:56)
Method <org.gradle.api.tasks.diagnostics.AbstractConfigurationReportTask.getReports()> does not have raw return type assignable to org.gradle.api.provider.Provider in (AbstractConfigurationReportTask.java:78)
Method <org.gradle.api.tasks.diagnostics.AbstractDependencyReportTask.getConfigurations()> does not have raw return type assignable to org.gradle.api.provider.Property in (AbstractDependencyReportTask.java:83)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -555,11 +555,11 @@ Method <org.gradle.plugin.devel.GradlePluginDevelopmentExtension.getPluginSource
Method <org.gradle.plugin.devel.GradlePluginDevelopmentExtension.getPlugins()> does not have raw return type assignable to org.gradle.api.provider.Provider in (GradlePluginDevelopmentExtension.java:140)
Method <org.gradle.plugin.devel.GradlePluginDevelopmentExtension.getTestSourceSets()> does not have raw return type assignable to org.gradle.api.provider.Provider in (GradlePluginDevelopmentExtension.java:131)
Method <org.gradle.plugin.devel.GradlePluginDevelopmentExtension.isAutomatedPublishing()> does not have raw return type assignable to org.gradle.api.provider.Property in (GradlePluginDevelopmentExtension.java:157)
Method <org.gradle.plugin.devel.PluginDeclaration.getDescription()> does not have raw return type assignable to org.gradle.api.provider.Property in (PluginDeclaration.java:100)
Method <org.gradle.plugin.devel.PluginDeclaration.getDisplayName()> does not have raw return type assignable to org.gradle.api.provider.Property in (PluginDeclaration.java:75)
Method <org.gradle.plugin.devel.PluginDeclaration.getId()> does not have raw return type assignable to org.gradle.api.provider.Property in (PluginDeclaration.java:50)
Method <org.gradle.plugin.devel.PluginDeclaration.getImplementationClass()> does not have raw return type assignable to org.gradle.api.provider.Property in (PluginDeclaration.java:58)
Method <org.gradle.plugin.devel.PluginDeclaration.getName()> does not have raw return type assignable to org.gradle.api.provider.Provider in (PluginDeclaration.java:46)
Method <org.gradle.plugin.devel.PluginDeclaration.getDescription()> does not have raw return type assignable to org.gradle.api.provider.Property in (PluginDeclaration.java:102)
Method <org.gradle.plugin.devel.PluginDeclaration.getDisplayName()> does not have raw return type assignable to org.gradle.api.provider.Property in (PluginDeclaration.java:77)
Method <org.gradle.plugin.devel.PluginDeclaration.getId()> does not have raw return type assignable to org.gradle.api.provider.Property in (PluginDeclaration.java:52)
Method <org.gradle.plugin.devel.PluginDeclaration.getImplementationClass()> does not have raw return type assignable to org.gradle.api.provider.Property in (PluginDeclaration.java:60)
Method <org.gradle.plugin.devel.PluginDeclaration.getName()> does not have raw return type assignable to org.gradle.api.provider.Provider in (PluginDeclaration.java:48)
Method <org.gradle.plugins.ear.EarPluginConvention.getAppDirName()> does not have raw return type assignable to org.gradle.api.provider.Property in (EarPluginConvention.java:0)
Method <org.gradle.plugins.ear.EarPluginConvention.getDeploymentDescriptor()> does not have raw return type assignable to org.gradle.api.provider.Property in (EarPluginConvention.java:0)
Method <org.gradle.plugins.ear.EarPluginConvention.getLibDirName()> does not have raw return type assignable to org.gradle.api.provider.Property in (EarPluginConvention.java:0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ This can indicate that a dependency has been compromised. Please carefully verif
failure.assertThatDescription(containsText("""Configuration cache problems found in this build.

1 problem was found storing the configuration cache.
- Task `:compileJava` of type `org.gradle.api.tasks.compile.JavaCompile`: value 'configuration ':compileClasspath'' failed to visit file collection"""))
- Task `:compileJava` of type `org.gradle.api.tasks.compile.JavaCompile`: value 'file collection' failed to visit file collection"""))
}

where:
Expand Down Expand Up @@ -315,7 +315,7 @@ This can indicate that a dependency has been compromised. Please carefully verif
failure.assertThatDescription(containsText("""Configuration cache problems found in this build.

1 problem was found storing the configuration cache.
- Task `:compileJava` of type `org.gradle.api.tasks.compile.JavaCompile`: value 'configuration ':compileClasspath'' failed to visit file collection"""))
- Task `:compileJava` of type `org.gradle.api.tasks.compile.JavaCompile`: value 'file collection' failed to visit file collection"""))
}


Expand Down Expand Up @@ -436,7 +436,7 @@ This can indicate that a dependency has been compromised. Please carefully verif
failure.assertThatDescription(containsText("""Configuration cache problems found in this build.

1 problem was found storing the configuration cache.
- Task `:compileJava` of type `org.gradle.api.tasks.compile.JavaCompile`: value 'configuration ':compileClasspath'' failed to visit file collection"""))
- Task `:compileJava` of type `org.gradle.api.tasks.compile.JavaCompile`: value 'file collection' failed to visit file collection"""))
}


Expand Down Expand Up @@ -548,7 +548,7 @@ If the artifacts are trustworthy, you will need to update the gradle/verificatio
failure.assertThatDescription(containsText("""Configuration cache problems found in this build.

1 problem was found storing the configuration cache.
- Task `:compileJava` of type `org.gradle.api.tasks.compile.JavaCompile`: value 'configuration ':compileClasspath'' failed to visit file collection"""))
- Task `:compileJava` of type `org.gradle.api.tasks.compile.JavaCompile`: value 'file collection' failed to visit file collection"""))
}

where:
Expand Down Expand Up @@ -669,9 +669,8 @@ If the artifacts are trustworthy, you will need to update the gradle/verificatio
if (GradleContextualExecuter.isConfigCache()) {
failure.assertThatDescription(containsText("""Configuration cache problems found in this build.

2 problems were found storing the configuration cache.
- Task `:compileJava` of type `org.gradle.api.tasks.compile.JavaCompile`: value 'configuration ':compileClasspath'' failed to visit file collection
- Task `:compileJava` of type `org.gradle.api.tasks.compile.JavaCompile`: value 'configuration ':included:compileClasspath'' failed to visit file collection"""))
2 problems were found storing the configuration cache, 1 of which seems unique.
- Task `:compileJava` of type `org.gradle.api.tasks.compile.JavaCompile`: value 'file collection' failed to visit file collection"""))
}

where:
Expand Down
Loading