-
Notifications
You must be signed in to change notification settings - Fork 54
misc: upgrade to Gradle 9.0.0 #1665
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
Conversation
``` * Where: Build file '/Users/lauzmata/aws-sdk-kotlin/tests/codegen/checksums/build.gradle.kts' line: 14 * What went wrong: Script compilation errors: Line 14: this@Build_gradle.tests.forEach { test -> ^ Unresolved label. Line 14: this@Build_gradle.tests.forEach { test -> ^ Cannot infer type for this parameter. Specify it explicitly. Line 15: projections.register(test.name) { ^ Unresolved reference 'name'. Line 16: imports = listOf(layout.projectDirectory.file(test.model.path + test.model.fileName).asFile.absolutePath) ^ Cannot infer type for this parameter. Specify it explicitly. Line 16: imports = listOf(layout.projectDirectory.file(test.model.path + test.model.fileName).asFile.absolutePath) ^ Function invocation 'model(...)' expected. Line 16: imports = listOf(layout.projectDirectory.file(test.model.path + test.model.fileName).asFile.absolutePath) ^ Unresolved reference 'path'. Line 16: imports = listOf(layout.projectDirectory.file(test.model.path + test.model.fileName).asFile.absolutePath) ^ Cannot infer type for this parameter. Specify it explicitly. Line 16: imports = listOf(layout.projectDirectory.file(test.model.path + test.model.fileName).asFile.absolutePath) ^ Function invocation 'model(...)' expected. Line 16: imports = listOf(layout.projectDirectory.file(test.model.path + test.model.fileName).asFile.absolutePath) ^ Unresolved reference 'fileName'. Line 16: imports = listOf(layout.projectDirectory.file(test.model.path + test.model.fileName).asFile.absolutePath) ^ Unresolved reference 'asFile'. Line 18: serviceShapeId = test.serviceShapeId ^ Unresolved reference 'serviceShapeId'. Line 19: packageName = "aws.sdk.kotlin.test.${test.name.lowercase()}" ^ Unresolved reference 'name'. ```
A new generated diff is ready to view.
|
A new generated diff is ready to view. |
A new generated diff is ready to view. |
|
A new generated diff is ready to view.
|
A new generated diff is ready to view.
|
This comment has been minimized.
This comment has been minimized.
A new generated diff is ready to view.
|
A new generated diff is ready to view.
|
A new generated diff is ready to view.
|
A new generated diff is ready to view.
|
Issue #
Description of changes
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.